Skip to content

Instantly share code, notes, and snippets.

@paulodeleo
Created March 20, 2018 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulodeleo/104bbda78add4d47d46d90c09fa48d93 to your computer and use it in GitHub Desktop.
Save paulodeleo/104bbda78add4d47d46d90c09fa48d93 to your computer and use it in GitHub Desktop.
Default (Linux).sublime-keymap
// 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