Reflect the new behavior of x and <a-x>

This commit is contained in:
Adria Arrufat 2022-11-03 13:56:02 +09:00 committed by GitHub
parent 98b84f2b05
commit 32e7e57873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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