Created
July 11, 2013 23:23
-
-
Save sorenlouv/5980193 to your computer and use it in GitHub Desktop.
My default keymappings for Sublime Text:
- Toggle sidebar
- Refresh sidebar
- Search through files
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
[ | |
{ "keys": ["super+b"], "command": "toggle_side_bar" }, | |
{ "keys": ["ctrl+r"], "command": "refresh_folder_list" }, | |
{ "keys": ["alt+space"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment