aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/key-bindings.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-02-09 19:26:11 -0600
committerMatt Singleton <matt@xcolour.net>2021-02-09 19:26:11 -0600
commitb9e3d4d14316054a306914e710157d3e03b5aa25 (patch)
tree5e7ec5aaba7847234000ae6801d23979360db213 /config/zsh/key-bindings.zsh
parent472ba71fd7e646ea82a332e0ecbe6a836512f28d (diff)
refactor zsh
Diffstat (limited to 'config/zsh/key-bindings.zsh')
-rw-r--r--config/zsh/key-bindings.zsh6
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