Created
June 1, 2015 14:32
-
-
Save davegurnell/7ddef05614ecb6a24a8c to your computer and use it in GitHub Desktop.
Setting up "Reveal in Sidebar" key in Sublime Text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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