Created
July 22, 2015 20:18
-
-
Save zafarali/3e11cbaf75d600cf8606 to your computer and use it in GitHub Desktop.
Preferences in Sublime Text 2/3
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
Show hidden characters
| [ | |
| //makes go to lines easier | |
| { "keys": ["super+;"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }, | |
| // makes bookmarking easier | |
| { "keys": ["f5"], "command": "toggle_bookmark" }, | |
| { "keys": ["f6"], "command": "next_bookmark" }, | |
| { "keys": ["super+f6"], "command": "prev_bookmark" } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment