From 2e9ab0b8eafa8188754e27624117cda5463eccda Mon Sep 17 00:00:00 2001 From: Matt Cable Date: Mon, 1 Feb 2010 23:44:57 -0700 Subject: [PATCH] vi keybindings --- lib/key-bindings.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/key-bindings.zsh b/lib/key-bindings.zsh index 87e47bab6..f6cf45ce3 100644 --- a/lib/key-bindings.zsh +++ b/lib/key-bindings.zsh @@ -2,7 +2,7 @@ autoload -U compinit compinit -bindkey -e +bindkey -v bindkey '\ew' kill-region bindkey -s '\el' "ls\n" bindkey -s '\e.' "..\n"