add f and t keybinds to the README file

This commit is contained in:
Gokcehan Kara 2016-02-02 22:15:47 +02:00
parent f2dac6ca15
commit ecfd22ad80

View File

@ -272,6 +272,10 @@ Movement
* `e`: select preceding whitespaces and the word on the right of selection end * `e`: select preceding whitespaces and the word on the right of selection end
* `alt-[wbe]`: same as [wbe] but select WORD instead of word * `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`: select to matching character
* `M`: extend selection to matching character * `M`: extend selection to matching character