Better completion with up-arrow.
This commit is contained in:
parent
323b41e49f
commit
88f6831798
2 changed files with 23 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
# key mode
|
||||
bindkey -e
|
||||
|
||||
# global exports and options
|
||||
export HISTSIZE=10000
|
||||
export SAVEHIST=$HISTSIZE
|
||||
|
@ -18,6 +15,7 @@ mkdir -p $XDG_CACHE_HOME/zsh
|
|||
zstyle ':completion:*' menu select
|
||||
zstyle ':completion:*' list-colors ''
|
||||
|
||||
source $ZDOTDIR/keys.zsh
|
||||
# fancy stuff only in X or ssh
|
||||
if [[ ! $(tty) =~ /dev/tty[0-9] ]]; then
|
||||
# aliases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue