From ecfd22ad80a9dec7c0139ac6aa62bd06acd65e82 Mon Sep 17 00:00:00 2001 From: Gokcehan Kara Date: Tue, 2 Feb 2016 22:15:47 +0200 Subject: [PATCH] add f and t keybinds to the README file --- README.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index c247083e..be9c2615 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 + * ``: same as [ft] but in the other direction + * `m`: select to matching character * `M`: extend selection to matching character