Skip to content

Instantly share code, notes, and snippets.

@tbotalla
Last active January 21, 2019 17:35
Show Gist options
  • Save tbotalla/85c270e1603ec150cc0bbe1df07526ea to your computer and use it in GitHub Desktop.
Save tbotalla/85c270e1603ec150cc0bbe1df07526ea to your computer and use it in GitHub Desktop.
Keymap Sublime Text
[
{ "keys": ["ctrl+shift+f"], "command": "reindent" , "args": { "single_line": false } },
{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+h"], "command": "find_all",
"context": [{"key": "panel", "operand": "find_in_files"}, {"key": "panel_has_focus"}]
},
{ "keys": ["ctrl+h"], "command": "show_panel", "args": {"panel": "find_in_files"} },
{ "keys": ["ctrl+shift+r"], "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