Skip to content

Instantly share code, notes, and snippets.

@TheBox193
Last active October 23, 2015 20:19
Show Gist options
  • Save TheBox193/3dd640979cd0a89550b2 to your computer and use it in GitHub Desktop.
Save TheBox193/3dd640979cd0a89550b2 to your computer and use it in GitHub Desktop.
Reveal Current File in Sidebar for Sublime [Keybinding and Tab Context Menu]
[
{ "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"}
]
[
{ "caption": "-" },
{ "command": "move_to", "args": { "to": "bof" }, "caption": "Scroll to Top" }
]
@TheBox193
Copy link
Author

image

Auto expands folder tree structure to the current file.

  • Keybinding for "Reveal in Sidebar".
  • Adds "Reveal in Sidebar" to context menu of a file's tab.

Create or add to Tab Context.sublime-menu and Default (OSX).sublime-keymap files in your /Users/{username}/Library/Application Support/Sublime Text 3/Packages/User

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment