diff --git a/sphinx_doc_src/cmds/bind.rst b/sphinx_doc_src/cmds/bind.rst index fd7a17e81..d1291bbe4 100644 --- a/sphinx_doc_src/cmds/bind.rst +++ b/sphinx_doc_src/cmds/bind.rst @@ -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