Skip to content

Instantly share code, notes, and snippets.

@davegurnell
Created June 1, 2015 14:32
Show Gist options
  • Select an option

  • Save davegurnell/7ddef05614ecb6a24a8c to your computer and use it in GitHub Desktop.

Select an option

Save davegurnell/7ddef05614ecb6a24a8c to your computer and use it in GitHub Desktop.
Setting up "Reveal in Sidebar" key in Sublime Text
# Switch to the "user package" directory on your hard drive:
cd 'Library/Application Support/Sublime Text 3/Packages/User/'
# Create a .sublime-keymap file containing the desired keyboard shortcut:
echo '[{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar" }]' > 'Custom Keys.sublime-keymap'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment