diff options
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ key[Delete]="$terminfo[kdch1]" # Emacs-like bindings default bindkey -e +bindkey "^R" history-incremental-search-backward # setup key accordingly [[ -n "$key[Home]" ]] && bindkey -- "$key[Home]" beginning-of-line |