diff options
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -206,6 +206,10 @@ zstyle ':completion:*' ignore-parents parent pwd .. autoload -U zcalc autoload zed + +bindkey -e + + # Enable history completion autoload history-search-end zle -N history-beginning-search-backward-end history-search-end @@ -288,9 +292,6 @@ HISTSIZE=1000000 SAVEHIST=1000000 -bindkey -e - - function 256colors() { local code for code in {0..255}; do |
