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