File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ select the character above the selection end
72
72
select the character on the right of selection end
73
73
.TP
74
74
.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
76
76
.TP
77
77
.BR b
78
78
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
83
83
.BR <a-[wbe]>
84
84
same as [wbe] but select WORD instead of word
85
85
.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
86
95
.BR m
87
96
select to matching character
88
97
.TP
You can’t perform that action at this time.
0 commit comments