about summary refs log tree commit diff
path: root/Src/Zle/iwidgets.list
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 /Src/Zle/iwidgets.list
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 'Src/Zle/iwidgets.list')
-rw-r--r--Src/Zle/iwidgets.list2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/iwidgets.list b/Src/Zle/iwidgets.list
index dc7e8008d..0401397e1 100644
--- a/Src/Zle/iwidgets.list
+++ b/Src/Zle/iwidgets.list
@@ -41,6 +41,7 @@
 "digit-argument", digitargument, ZLE_MENUCMP | ZLE_KEEPSUFFIX | ZLE_LASTCOL | ZLE_NOTCOMMAND
 "down-case-word", downcaseword, 0
 "down-history", downhistory, 0
+"down-line", downline, ZLE_LINEMOVE | ZLE_LASTCOL
 "down-line-or-history", downlineorhistory, ZLE_LINEMOVE | ZLE_LASTCOL
 "down-line-or-search", downlineorsearch, ZLE_LINEMOVE | ZLE_LASTCOL
 "emacs-backward-word", emacsbackwardword, 0
@@ -112,6 +113,7 @@
 "universal-argument", universalargument, ZLE_MENUCMP | ZLE_KEEPSUFFIX | ZLE_LASTCOL | ZLE_NOTCOMMAND
 "up-case-word", upcaseword, 0
 "up-history", uphistory, 0
+"up-line", upline, ZLE_LINEMOVE | ZLE_LASTCOL
 "up-line-or-history", uplineorhistory, ZLE_LINEMOVE | ZLE_LASTCOL
 "up-line-or-search", uplineorsearch, ZLE_LINEMOVE | ZLE_LASTCOL
 "vi-add-eol", viaddeol, 0