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 --- ChangeLog | 5 +++++ Functions/Zle/edit-command-line | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d1db73e0c..d1bd1e1f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-11 Oliver Kiddle + + * users/20873: Functions/Zle/edit-command-line: disable bracketed + paste while running external editor from zle + 2015-12-10 Peter Stephenson * 37378: Src/Modules/zpty.c, Test/X03zlebindkey.ztst, 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