Created
March 20, 2018 01:16
-
-
Save paulodeleo/104bbda78add4d47d46d90c09fa48d93 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
// sublime.log_input(True) | |
// sublime.log_commands(True) | |
[ | |
{ "keys": ["alt+f4"], "command": "exit" }, | |
{ "keys": ["ctrl+alt+f4"], "command": "close_window" }, | |
{ "keys": ["ctrl+'"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }, | |
{ "keys": ["ctrl+keypad_divide"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["ctrl+shift+keypad_divide"], "command": "toggle_comment", "args": { "block": true } }, | |
// Comment on cce notebook - linux | |
{ "keys": ["control+q"], "command": "toggle_comment", "args": { "block": false } } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment