diff options
Diffstat (limited to 'config/zsh/key-bindings.zsh')
-rw-r--r-- | config/zsh/key-bindings.zsh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/zsh/key-bindings.zsh b/config/zsh/key-bindings.zsh deleted file mode 100644 index 4deac62..0000000 --- a/config/zsh/key-bindings.zsh +++ /dev/null @@ -1,6 +0,0 @@ -bindkey -e # use emacs mode -bindkey '^r' history-incremental-search-backward # ctrl-r -bindkey '^[[Z' reverse-menu-complete # shift-tab - -bindkey '\e[3~' delete-char # make sure delete key works -bindkey ' ' magic-space # also do history expansion on space |