Merge git://github.com/gokcehan/kakoune

This commit is contained in:
Maxime Coste 2016-02-02 22:17:14 +00:00
commit 6ce6b1bd9b

View File

@ -272,6 +272,10 @@ 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
* `f`: select to the next occurence of given character
* `t`: select until the next occurence of given character
* `<alt-[ft]>`: same as [ft] but in the other direction
* `m`: select to matching character
* `M`: extend selection to matching character