Skip to content

Commit caa8760

Browse files
committed
Document the t and f bindings
1 parent 33008f9 commit caa8760

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/manpages/shortcuts

+10-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ select the character above the selection end
7272
select the character on the right of selection end
7373
.TP
7474
.BR w
75-
select the word and following whitespaces on the right of selection end
75+
select the word and following whitespaces on the right of selection end
7676
.TP
7777
.BR b
7878
select preceding whitespaces and the word on the left of selection end
@@ -83,6 +83,15 @@ select preceding whitespaces and the word on the right of selection end
8383
.BR <a-[wbe]>
8484
same as [wbe] but select WORD instead of word
8585
.TP
86+
.BR f
87+
select to the next occurence of given character
88+
.TP
89+
.BR t
90+
select until the next occurence of given character
91+
.TP
92+
.BR <a-[ft]>
93+
same as [ft] but in the other direction
94+
.TP
8695
.BR m
8796
select to matching character
8897
.TP

0 commit comments

Comments
 (0)