Last active
January 21, 2019 17:35
-
-
Save tbotalla/85c270e1603ec150cc0bbe1df07526ea to your computer and use it in GitHub Desktop.
Keymap Sublime Text
This file contains 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
[ | |
{ "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