about summary refs log tree commit diff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-08-11 13:28:14 +0200
committerOliver Kiddle <opk@zsh.org>2015-08-11 13:28:14 +0200
commit3183cbd98c6f980a1d0d15227b12cf1caeb54e33 (patch)
tree4fa5ae2dd9caa90f66e393a6ff69c5012ce38457 /Doc/Zsh/zle.yo
parent0f224e72cc0ffaf72ec18c88611c41b33f2be955 (diff)
downloadzsh-3183cbd98c6f980a1d0d15227b12cf1caeb54e33.tar.gz
zsh-3183cbd98c6f980a1d0d15227b12cf1caeb54e33.tar.xz
zsh-3183cbd98c6f980a1d0d15227b12cf1caeb54e33.zip
36044: deactivate-region widget for escape in visual mode
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 3cdb4fe00..697b636d8 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -2107,6 +2107,11 @@ tindex(clear-screen)
 item(tt(clear-screen) (tt(^L ESC-^L)) (tt(^L)) (tt(^L)))(
 Clear the screen and redraw the prompt.
 )
+tindex(deactivate-region)
+item(tt(deactivate-region))(
+Make the current region inactive. This disables vim-style visual
+selection mode if it is active.
+)
 tindex(describe-key-briefly)
 item(tt(describe-key-briefly))(
 Reads a key sequence, then prints the function bound to that sequence.