summaryrefslogtreecommitdiff
path: root/key-bindings.zsh
diff options
context:
space:
mode:
authorJames Cox <james@imaj.es>2009-09-23 00:49:00 +0100
committerJames Cox <james@imaj.es>2009-09-23 00:49:00 +0100
commit93af38f154174f8af9e2aa71a1a64bdc640c3655 (patch)
treeef33a9494b0dc32a787b1206b62c450bd99ca89b /key-bindings.zsh
parent1f05826afb13f3caafce091e438294e7939c57cf (diff)
downloadzsh-93af38f154174f8af9e2aa71a1a64bdc640c3655.tar.gz
zsh-93af38f154174f8af9e2aa71a1a64bdc640c3655.tar.bz2
zsh-93af38f154174f8af9e2aa71a1a64bdc640c3655.zip
further refactorings
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"