Merge remote-tracking branch 'lenormf/fix-undo-documentation'

This commit is contained in:
Maxime Coste 2016-07-27 00:14:41 +01:00
commit d9e6c3b89f
2 changed files with 8 additions and 0 deletions

View File

@ -409,7 +409,9 @@ Changes
* `a-!`: append command output after selection
* `u`: undo last change
* `a-u`: move backward in history
* `U`: redo last change
* `a-U`: move forward in history
* `&`: align selection, align the cursor of selections by inserting
spaces before the first character of the selection

View File

@ -252,9 +252,15 @@ Changes
*u*::
undo last change
*<a-u>*::
move backward in history
*U*::
redo last change
*<a-U>*::
move forward in history
*&*::
align selection, align the cursor of selections by inserting spaces
before the first character of the selection