Document insert-line-under and insert-line-over bindings

This commit is contained in:
ridiculousfish
2020-12-19 14:32:17 -08:00
parent 90f4c458e5
commit f61f45748e
2 changed files with 5 additions and 1 deletions

View File

@@ -182,6 +182,10 @@ The following special input functions are available:
- ``transpose-words``, transpose two words to the left of the cursor
- ``insert-line-under``, add a new line under the current line
- ``insert-line-over``, add a new line over the current line
- ``up-line``, move up one line
- ``undo`` and ``redo``, revert or redo the most recent edits on the command line