From 4d42128de26e51a01bd8a265be348e3f51fca1b0 Mon Sep 17 00:00:00 2001 From: purem Date: Thu, 29 Sep 2011 13:18:52 +0200 Subject: [PATCH] Edited plugins/vi-mode/vi-mode.plugin.zsh via GitHub --- plugins/vi-mode/vi-mode.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vi-mode/vi-mode.plugin.zsh b/plugins/vi-mode/vi-mode.plugin.zsh index 04229b7a1..156882528 100644 --- a/plugins/vi-mode/vi-mode.plugin.zsh +++ b/plugins/vi-mode/vi-mode.plugin.zsh @@ -43,7 +43,7 @@ zle -N accept_line zle -N edit-command-line # Avoid binding ^J, ^M, ^C, ^?, ^S, ^Q, etc. -bindkey -d # Reset to default. +# bindkey -d # Reset to default. Breaks tab completion. Start tab completing and press tab to move across options and it will kill your terminal. bindkey -v # Use vi key bindings. bindkey -M vicmd "^M" accept_line # Alow RETURN in vi command. bindkey -M vicmd v edit-command-line # ESC-v to edit in an external editor.