Skip to content

Instantly share code, notes, and snippets.

@zafarali
Created July 22, 2015 20:18
Show Gist options
  • Select an option

  • Save zafarali/3e11cbaf75d600cf8606 to your computer and use it in GitHub Desktop.

Select an option

Save zafarali/3e11cbaf75d600cf8606 to your computer and use it in GitHub Desktop.
Preferences in Sublime Text 2/3
[
//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