docs: add missing angle brackets around keys in README and manpages

This commit is contained in:
Delapouite 2017-05-31 19:22:01 +02:00
parent 1d74e1edaf
commit eb8ab7a081
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*::