summaryrefslogtreecommitdiff
path: root/lib/key-bindings.zsh
diff options
context:
space:
mode:
authorPat Regan <thehead@patshead.com>2011-04-08 10:12:22 -0400
committerPat Regan <thehead@patshead.com>2011-04-08 10:12:22 -0400
commit993e05da50543b9c2dcc5e4fedb93afd1c8b020c (patch)
treefeeccab83c2b7fb9cfd027c686ea15f746f48bac /lib/key-bindings.zsh
parent2e9492969b0ea90932ad3f4298330b75ef8cf2ce (diff)
downloadzsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.tar.gz
zsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.tar.bz2
zsh-993e05da50543b9c2dcc5e4fedb93afd1c8b020c.zip
Replace redundant calls to compinit with a single call.
Diffstat (limited to 'lib/key-bindings.zsh')
-rw-r--r--lib/key-bindings.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh
index 7196a88ff..c7ad907d7 100644
--- a/lib/key-bindings.zsh
+++ b/lib/key-bindings.zsh
@@ -1,6 +1,4 @@
# TODO: Explain what some of this does..
-autoload -U compinit
-compinit -i
bindkey -e
bindkey '\ew' kill-region