summaryrefslogtreecommitdiff
path: root/key-bindings.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'key-bindings.zsh')
-rw-r--r--key-bindings.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/key-bindings.zsh b/key-bindings.zsh
index 43082ae1f..2fae6d05d 100644
--- a/key-bindings.zsh
+++ b/key-bindings.zsh
@@ -1,6 +1,8 @@
# TODO: Explain what some of this does..
autoload -U compinit
compinit
+
+bindkey -e
bindkey '\ew' kill-region
bindkey -s '\el' "ls\n"
bindkey -s '\e.' "..\n"