Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign uprepeat last `f` but in opposite direction #1077
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
mawww
Dec 27, 2016
Owner
We dont have any support for that, and I dont think its worth adding that feature. I wonder if we have the necessery hooks to capture the key hit on f or t, store it in an option/register, and then exec the reverse search on a mapping.
|
We dont have any support for that, and I dont think its worth adding that feature. I wonder if we have the necessery hooks to capture the key hit on |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
I think this issue can be closed. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
nedp
May 4, 2017
In vim, having , available lets you quickly cycle through matches with ;. Not having an equivalent means I now need to think carefully about each <a-.>, otherwise I might have to repeat the original f but in the opposite direction, which is slow.
#898 is more than sufficient for this issue I think.
nedp
commented
May 4, 2017
|
In vim, having #898 is more than sufficient for this issue I think. |
akkartik commentedDec 26, 2016
In Vim you can press
;to repeat the lastf, and,to repeat it in the opposite direction. Is there any way to do this in Kakoune? I'm willing to map my own key binding, but I'm not sure how to do it.