Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Sublime Text 3 Vintage Mode, using semicolon to find next result in 'f' motion does not work

Tags:

I'm using Vintage Mode in Sublime Text 3 on OS X 9.0.

In Vim, pressing f and then any character searches for the next instance of that character on the same line. I can then press ; to continue searching for the next instance of that character on that line. The , key does the same thing but in the opposite direction.

Neither of these commands function in Vintage Mode.

How can I bind those actions (next instance of character, previous instance of character) to ; and , ? Or is there an alternative hotkey in Sublime for some reason?

like image 283
Benjamin Avatar asked Nov 15 '13 23:11

Benjamin


People also ask

Can you use Vim in sublime?

Sublime includes vim, which is an advanced section of vi editor, and includes customization of macros, snippets and plugins.


1 Answers

Don't know about the built in vintage, but you may be interested in using Vintageous. It's much more feature complete (in my opinion) than the included vintage mode.

like image 121
skuroda Avatar answered Sep 18 '22 14:09

skuroda