doc: document the X key

This commit is contained in:
Frank LENORMAND 2017-04-25 11:39:50 +03:00
parent 0dc16b8c31
commit 0b8937a459
2 changed files with 3 additions and 0 deletions

View File

@ -351,6 +351,7 @@ Movement
* `x`: select line on which selection end lies (or next line when end lies on
an end-of-line)
* `X`: similar to `x`, except the current selection is extended
* `<a-x>`: expand selections to contain full lines (including end-of-lines)
* `<a-X>`: trim selections to only contain full lines (not including last
end-of-line)

View File

@ -137,6 +137,8 @@ is a sequence of non whitespace characters
select line on which selection end lies (or next line when end lies
on an end-of-line)
*X*:: similar to *x*, except the current selection is extended
*<a-x>*::
expand selections to contain full lines (including end-of-lines)