From c743766852fe4725ec82bac0ac659b43e675fa37 Mon Sep 17 00:00:00 2001 From: clutton Date: Wed, 8 Feb 2017 00:28:44 +0200 Subject: [PATCH] vi-mode: cursor color changing for vi-MODES, \e for editting command line psql style --- 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 bdf1e902..38e168ed 100644 --- a/plugins/vi-mode/vi-mode.plugin.zsh +++ b/plugins/vi-mode/vi-mode.plugin.zsh @@ -54,7 +54,7 @@ zle -N edit-command-line bindkey -v -# allow v to edit the command line (standard psql) +# allow v to edit the command line (psql behaviour) autoload -Uz edit-command-line bindkey -M vicmd '\e' edit-command-line