Sublime Forum

Make super+r work inside of goto anything

#1

super+r opens goto anything with an @ already in the box. But if you’ve opened goto anything already to go to a file, you can’t then hit super+r to throw an @ in the box and search for a function in that file. I know I can type an @, but I always hit super+r and then get a little confused when it doesn’t work. No longer!

[code] { “keys”: “super+r”], “command”: “insert_snippet”, “args”: {“contents”: “@”}, “context”:

  { "key": "setting.is_widget", "operator": "equal", "operand": true }
]

}
[/code]
Now super+r works when you’re already in that box. Excellent!

0 Likes