aboutsummaryrefslogtreecommitdiff
path: root/config/all/zsh/40-key-bindings.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/all/zsh/40-key-bindings.zsh')
-rw-r--r--config/all/zsh/40-key-bindings.zsh6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/all/zsh/40-key-bindings.zsh b/config/all/zsh/40-key-bindings.zsh
deleted file mode 100644
index 4deac62..0000000
--- a/config/all/zsh/40-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