Add dummy documentation of the alternative undo bindings
This commit is contained in:
parent
8c05d9e146
commit
6ab238bfa8
|
@ -409,7 +409,9 @@ Changes
|
||||||
* `a-!`: append command output after selection
|
* `a-!`: append command output after selection
|
||||||
|
|
||||||
* `u`: undo last change
|
* `u`: undo last change
|
||||||
|
* `a-u`: move backward in history
|
||||||
* `U`: redo last change
|
* `U`: redo last change
|
||||||
|
* `a-U`: move forward in history
|
||||||
|
|
||||||
* `&`: align selection, align the cursor of selections by inserting
|
* `&`: align selection, align the cursor of selections by inserting
|
||||||
spaces before the first character of the selection
|
spaces before the first character of the selection
|
||||||
|
|
|
@ -252,9 +252,15 @@ Changes
|
||||||
*u*::
|
*u*::
|
||||||
undo last change
|
undo last change
|
||||||
|
|
||||||
|
*<a-u>*::
|
||||||
|
move backward in history
|
||||||
|
|
||||||
*U*::
|
*U*::
|
||||||
redo last change
|
redo last change
|
||||||
|
|
||||||
|
*<a-U>*::
|
||||||
|
move forward in history
|
||||||
|
|
||||||
*&*::
|
*&*::
|
||||||
align selection, align the cursor of selections by inserting spaces
|
align selection, align the cursor of selections by inserting spaces
|
||||||
before the first character of the selection
|
before the first character of the selection
|
||||||
|
|
Loading…
Reference in New Issue
Block a user