Last active
March 11, 2020 21:34
-
-
Save krmgns/77f9e4610ffa72d19dc6e1e7c5243457 to your computer and use it in GitHub Desktop.
Default (Linux).sublime-keymap
This file contains hidden or 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
Show hidden characters
[ | |
{ "keys": ["ctrl+q"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["ctrl+shift+q"], "command": "toggle_comment", "args": { "block": true } }, | |
{ "keys": ["ctrl+shift+e"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, | |
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder" }, | |
{ "keys": ["ctrl+shift+h"], "command": "goto_documentation" }, | |
// { "keys": ["ctrl+1"], "command": "fold_all" }, | |
// { "keys": ["ctrl+shift+1"], "command": "unfold_all" }, | |
{ "keys": ["ctrl+i"], "command": "fold_by_level", "args": {"level": 2} }, | |
{ "keys": ["ctrl+shift+i"], "command": "unfold_all" }, | |
{ "keys": ["ctrl+ş"], "command": "fold_all" }, | |
{ "keys": ["ctrl+shift+ş"], "command": "unfold_all" }, | |
{ "keys": ["ctrl++"], "command": "none" }, | |
{ "keys": ["ctrl+="], "command": "none" }, | |
{ "keys": ["ctrl+-"], "command": "none" }, | |
{ "keys": ["f1"], "command": "refresh_folder_list" }, | |
{ "keys": ["f2"], "command": "toggle_menu" }, | |
// { "keys": ["ctrl+shift+a"], "command": "hide_cursor", "args": {"to": "tag"} }, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment