about summary refs log tree commit diff
path: root/Src/Zle/iwidgets.list
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-07-23 05:30:36 +0200
committerOliver Kiddle <opk@zsh.org>2015-07-23 05:36:27 +0200
commitb4aff3bc52e15be87304183b3ae959668192b48c (patch)
treed8560e6f5d048386043f8471d48251fa4733b395 /Src/Zle/iwidgets.list
parenta925d036fca112c159e45b5965fa856e4ce9be55 (diff)
downloadzsh-b4aff3bc52e15be87304183b3ae959668192b48c.tar.gz
zsh-b4aff3bc52e15be87304183b3ae959668192b48c.tar.xz
zsh-b4aff3bc52e15be87304183b3ae959668192b48c.zip
35824: allow highlighting of just pasted text and put text from bracketed paste in cut buffers
Diffstat (limited to 'Src/Zle/iwidgets.list')
-rw-r--r--Src/Zle/iwidgets.list2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/iwidgets.list b/Src/Zle/iwidgets.list
index 6a07212d0..ebcf31791 100644
--- a/Src/Zle/iwidgets.list
+++ b/Src/Zle/iwidgets.list
@@ -28,7 +28,7 @@
 "beginning-of-history", beginningofhistory, 0
 "beginning-of-line", beginningofline, 0
 "beginning-of-line-hist", beginningoflinehist, 0
-"bracketed-paste", bracketedpaste, ZLE_MENUCMP | ZLE_KEEPSUFFIX
+"bracketed-paste", bracketedpaste, ZLE_MENUCMP | ZLE_KEEPSUFFIX | ZLE_YANKBEFORE
 "capitalize-word", capitalizeword, 0
 "clear-screen", clearscreen, ZLE_MENUCMP | ZLE_KEEPSUFFIX | ZLE_LASTCOL | ZLE_NOTCOMMAND
 "complete-word", completeword, ZLE_MENUCMP | ZLE_KEEPSUFFIX | ZLE_ISCOMP