Sublime Forum

Quick Skip Next missing in OSX

#1

I’m using Sublime text 2.0.1 Build 2217 on OS X 10.8.2.
“Quick Skip Next” command is missing from the Find menu (or any other menu). Quick Add Next is present, however.

Am I looking in the wrong place?

0 Likes

#2

It’s hidden on OSX. From Main.sublime-menu:

            { "command": "find_under_expand_skip", "caption": "Quick Skip Next", "platform": "!OSX" },

No idea what’s going on there. If you delete the ‘platform’ key so the menu shows up, everything appears and works as it should.

Of course Cmd-K Cmd-B will work regardless of whether the menu item is showing or not.

0 Likes

#3

Excellent, thanks!

Cmd-K + Cmd-D worked for me.

0 Likes

#4

Ah, right. Crap typo. I guess I hide the sidebar a lot…

0 Likes