Skip to content

Instantly share code, notes, and snippets.

@macodev
Last active January 4, 2016 14:29
Show Gist options
  • Save macodev/8634600 to your computer and use it in GitHub Desktop.
Save macodev/8634600 to your computer and use it in GitHub Desktop.
Sublime Text 3 keymap and settings for Ubuntu
[
{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+alt+c"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["super+shift+r"], "command": "reindent" , "args": {"single_line": false} },
{ "keys": ["super+ù"], "command": "indent" },
{ "keys": ["super+à"], "command": "unindent" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment