summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-09-26 16:42:12 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-09-26 16:42:12 +0200
commit8e2075b98af312df47f5c76820d8b1f7bb893607 (patch)
treee8fef1295f89823311059f969f28e0123052d1df
parent84f5d397fb061594448229bf6f5d0ffe567aaf09 (diff)
Uses ESC for cmd-mode
-rw-r--r--user:hugues/KeyBindings.zsh2
1 files changed, 1 insertions, 1 deletions
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