Document the t
and f
bindings
This commit is contained in:
parent
33008f9ea7
commit
caa87608d4
|
@ -72,7 +72,7 @@ select the character above the selection end
|
||||||
select the character on the right of selection end
|
select the character on the right of selection end
|
||||||
.TP
|
.TP
|
||||||
.BR w
|
.BR w
|
||||||
select the word and following whitespaces on the right of selection end
|
select the word and following whitespaces on the right of selection end
|
||||||
.TP
|
.TP
|
||||||
.BR b
|
.BR b
|
||||||
select preceding whitespaces and the word on the left of selection end
|
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
|
||||||
.BR <a-[wbe]>
|
.BR <a-[wbe]>
|
||||||
same as [wbe] but select WORD instead of word
|
same as [wbe] but select WORD instead of word
|
||||||
.TP
|
.TP
|
||||||
|
.BR f
|
||||||
|
select to the next occurence of given character
|
||||||
|
.TP
|
||||||
|
.BR t
|
||||||
|
select until the next occurence of given character
|
||||||
|
.TP
|
||||||
|
.BR <a-[ft]>
|
||||||
|
same as [ft] but in the other direction
|
||||||
|
.TP
|
||||||
.BR m
|
.BR m
|
||||||
select to matching character
|
select to matching character
|
||||||
.TP
|
.TP
|
||||||
|
|
Loading…
Reference in New Issue
Block a user