Merge remote-tracking branch 'jjthrash/doc-m'

This commit is contained in:
Maxime Coste 2015-07-16 13:54:18 +01:00
commit 8342ad9574

View File

@ -222,6 +222,9 @@ Movement
* `e`: select preceding whitespaces and the word on the right of selection end
* `alt-[wbe]`: same as [wbe] but select WORD instead of word
* `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)
* `alt-x`: expand selections to contain full lines (including end-of-lines)