From 8e2075b98af312df47f5c76820d8b1f7bb893607 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 26 Sep 2012 16:42:12 +0200 Subject: Uses ESC for cmd-mode --- user:hugues/KeyBindings.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user:hugues/KeyBindings.zsh b/user:hugues/KeyBindings.zsh index d236bfb..fb241f4 100644 --- a/user:hugues/KeyBindings.zsh +++ b/user:hugues/KeyBindings.zsh @@ -44,7 +44,7 @@ psvmodeidx='8' # If this is set to `yes', use `C-d' instead of `ESC' to switch from insert # mode to command mode. `ESC' may require a timeout to actually take effect. # Using `C-d' will work immediately. Therefore that is the default. -zle_use_ctrl_d='yes' +zle_use_ctrl_d='no' # If set to `yes', make viins mode behave more like `emacs' mode. Bindings # such as `^r' and `^s' will work. Backspace and `^w' will work more like -- cgit v1.2.3