about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-11-15 21:31:29 +0100
committerOliver Kiddle <opk@zsh.org>2014-11-15 21:31:29 +0100
commit13f3eec61dd806682141d45520fb4a08726831e0 (patch)
tree4d8c2b2543b2876ef1f37657362517c957229443 /Doc
parentf26abf3a1733b31e2f24c15b07e7c64b1659d95d (diff)
downloadzsh-13f3eec61dd806682141d45520fb4a08726831e0.tar.gz
zsh-13f3eec61dd806682141d45520fb4a08726831e0.tar.xz
zsh-13f3eec61dd806682141d45520fb4a08726831e0.zip
33696: simple up/down line widgets that don't go through history lines
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/zle.yo8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo
index 06b165963..854510fa1 100644
--- a/Doc/Zsh/zle.yo
+++ b/Doc/Zsh/zle.yo
@@ -1078,6 +1078,10 @@ tindex(vi-beginning-of-line)
 item(tt(vi-beginning-of-line))(
 Move to the beginning of the line, without changing lines.
 )
+tindex(down-line)
+item(tt(down-line) (unbound) (unbound) (unbound))(
+Move down a line in the buffer.
+)
 tindex(end-of-line)
 item(tt(end-of-line) (^E) (unbound) (unbound))(
 Move to the end of the line.  If already at the end
@@ -1170,6 +1174,10 @@ tindex(vi-rev-repeat-find)
 item(tt(vi-rev-repeat-find) (unbound) (,) (unbound))(
 Repeat the last tt(vi-find) command in the opposite direction.
 )
+tindex(up-line)
+item(tt(up-line) (unbound) (unbound) (unbound))(
+Move up a line in the buffer.
+)
 enditem()
 texinode(History Control)(Modifying Text)(Movement)(Zle Widgets)
 subsect(History Control)