Sublime Forum

[SOLVED] Jump to selection?

#1

Hi,

I’m using Sublime 2 on OS X Mountain Lion. I’m looking for the vim equivalent of “*”. For thos not familiar with vim, the cursor jump to the next occurrence of the selected word. I can do it by using but is then a one-key solution ?

TIA,
Charles

0 Likes

#2

I suppose your looking for:

{ "keys": "alt+super+g"], "command": "find_under" }, { "keys": "shift+alt+super+g"], "command": "find_under_prev" },

0 Likes

#3

Exactly, thanks bizoo !

0 Likes