Skip to content

Instantly share code, notes, and snippets.

@sebackend
Created May 16, 2018 15:22
Show Gist options
  • Save sebackend/a8a7f6463d8ead0d60dc528330e96d2a to your computer and use it in GitHub Desktop.
Save sebackend/a8a7f6463d8ead0d60dc528330e96d2a to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" },
{ "keys": ["ctrl+shift+m"], "command": "toggle_menu"},
{ "keys": ["ctrl+shift+s"], "command": "auto_save" },
// Multiple carets
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["ctrl+keypad_divide"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+keypad_divide"], "command": "toggle_comment", "args": { "block": true } },
//{ "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": true} }
{"keys": ["ctrl+shift+i"], "command": "reindent", "args": {"single_line": false}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment