doc: document the X
key
This commit is contained in:
parent
0dc16b8c31
commit
0b8937a459
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user