From f546ea64df835d35f99f3a6c2c6767caab3359a3 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 11 Dec 2015 05:28:10 +0100 Subject: users/20873: disable bracketed paste while running external editor from zle --- Functions/Zle/edit-command-line | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Functions/Zle/edit-command-line') diff --git a/Functions/Zle/edit-command-line b/Functions/Zle/edit-command-line index 103a1c1a5..b8145525f 100644 --- a/Functions/Zle/edit-command-line +++ b/Functions/Zle/edit-command-line @@ -1,8 +1,8 @@ # Edit the command line using your usual editor. -# Binding this to 'v' in the vi command mode map, +# Binding this to '!' in the vi command mode map, # autoload -Uz edit-command-line # zle -N edit-command-line -# bindkey -M vicmd v edit-command-line +# bindkey -M vicmd '!' edit-command-line # will give ksh-like behaviour for that key, # except that it will handle multi-line buffers properly. @@ -10,7 +10,9 @@ exec