doc: add missing down-line and up-line (#6177)

[ci skip]
This commit is contained in:
Bruno Heridet 2019-10-08 18:01:32 +02:00 committed by Fabian Homborg
parent a7913c3a10
commit 7dbbd16d0a

View File

@ -100,6 +100,8 @@ The following special input functions are available:
- ``delete-or-exit``, deletes one character to the right of the cursor or exits the shell if the commandline is empty.
- ``down-line``, move down one line
- ``downcase-word``, make the current word lowercase
- ``end-of-buffer``, moves to the end of the buffer, i.e. the end of the first line
@ -154,6 +156,8 @@ The following special input functions are available:
- ``transpose-words``, transpose two words to the left of the cursor
- ``up-line``, move up one line
- ``upcase-word``, make the current word uppercase
- ``yank``, insert the latest entry of the killring into the buffer