summaryrefslogtreecommitdiff
path: root/Doc/Zsh/zle.yo
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-05 10:47:06 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-09-05 10:47:53 +0000
commita4f087b98ee7973f48cf5adb23525dbe2c47a9d7 (patch)
tree38cd0992b07b865be5a4c6fddfcf65bf588ef8f4 /Doc/Zsh/zle.yo
parent880579dc1e368bd6111b6f2d4c4449f4d42cd1b3 (diff)
downloadzsh-a4f087b98ee7973f48cf5adb23525dbe2c47a9d7.tar.gz
zsh-a4f087b98ee7973f48cf5adb23525dbe2c47a9d7.zip
unposted: Minor documentation tweaks.
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r--Doc/Zsh/zle.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index c06e2260e..4e9369508 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -34,7 +34,8 @@ The parameter tt(zle_highlight) is also used by the line editor; see
ifzman(em(Character Highlighting) below)\
ifnzman(noderef(Character Highlighting)). Highlighting
of special characters and the region between the cursor and the
-mark (as set with tt(set-mark-command) in Emacs mode) is enabled
+mark (as set with tt(set-mark-command) in Emacs mode, or by tt(visual-mode)
+in Vi mode) is enabled
by default; consult this reference for more information. Irascible
conservatives will wish to know that all highlighting may be disabled by
the following setting:
@@ -43,7 +44,7 @@ example(zle_highlight=(none))
In many places, references are made to the tt(numeric argument). This can
by default be entered in emacs mode by holding the alt key and typing
-a number, or pressing escape before each number, and in vi command mode
+a number, or pressing escape before each digit, and in vi command mode
by typing the number before entering a command. Generally the numeric
argument causes the next command entered to be repeated the specified
number of times, unless otherwise noted below. See also