Sublime Forum

Shortcut to always jump to Modified Files panel

#1

I am using the “Modified Files” panel a lot but can’t figure a easy way out to always jump to it

For example I tab into SublimeMerge, then hit CMD+1, then the current Commit Message field gets selected. From here, how do I go to the Modified Files panel? Right now I’m doing CMD+0 to jump to the latest HEAD, then CMD+1 again to jump back.

I added a custom shortcut like this

    { "keys": ["super+c"], "command": "toggle_select_file" },

And it works for jumping directly from the commit message to the contents window if it’s not open yet. But if it’s open this command obviously toggles it back to not being visible.

0 Likes