Skip to content

Instantly share code, notes, and snippets.

@austenc
Created July 2, 2016 14:33
Show Gist options
  • Save austenc/f6102cddf0e0764b302392cc93194512 to your computer and use it in GitHub Desktop.
Save austenc/f6102cddf0e0764b302392cc93194512 to your computer and use it in GitHub Desktop.
Sublime Keymap Windows
[
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{"keys": ["ctrl+alt+p"], "command": "prompt_select_workspace"},
{"keys": ["ctrl+shift+r"], "command": "goto_symbol_in_project"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment