Reflect the new behavior of x
and <a-x>
This commit is contained in:
parent
98b84f2b05
commit
32e7e57873
|
@ -420,11 +420,8 @@ See <<Appending>> below for instructions on extending (appending to) the current
|
|||
* `m`: select to matching character
|
||||
* `M`: extend selection to matching character
|
||||
|
||||
* `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
|
||||
* `<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)
|
||||
|
||||
* `%`: select whole buffer
|
||||
|
|
Loading…
Reference in New Issue
Block a user