Sublime Forum

Go to anything

#1

Can someone please explain to me how this works? I can’t figure it out. All it ever shows me are open file names.

Also, I found this “cheat sheet” online, some of the key bindings seem out of date:

Go to anything super+shift+p Go to Files super+t Go to Symbol super+r Go to line ctrl+g Go to Word super+p & then type :

Since “go to anything” is now super-p (command-p) isn’t it?

0 Likes

#2

Odd that the Default OSX keymap is missing one of the coolest out of the box bindings.

There’s no equivalent for the following windows default:

{ "keys": "ctrl+;"], "command": "show_overlay", "args": {"overlay": "goto", "text": "#"} }

At least it has two bindings for the Go to Files mentioned in the cheatsheet :smile: { "keys": "super+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} }, { "keys": "super+p"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },

This looks like it has the # mentioned in first binding above mistaken for :, which is used for Go to Line

If you aren’t familiar with that missing # binding you are in for a treat.

0 Likes

#3

Very nice, thanks.

1 Like