Merge remote-tracking branch 'Delapouite/docs'

This commit is contained in:
Maxime Coste 2017-06-03 14:45:19 +01:00
commit 514c4100cb
2 changed files with 4 additions and 4 deletions

View File

@ -441,12 +441,12 @@ Changes
and ignore its output and ignore its output
* `!`: insert command output before selection * `!`: insert command output before selection
* `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 * `<a-u>`: move backward in history
* `U`: redo last change * `U`: redo last change
* `a-U`: move forward in history * `<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

View File

@ -290,7 +290,7 @@ Changes
*!*:: *!*::
insert command output before selection insert command output before selection
*a-!*:: *<a-!>*::
append command output after selection append command output after selection
*u*:: *u*::