Skip to content

Instantly share code, notes, and snippets.

@WebDevLuke
Created September 12, 2018 09:28
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 WebDevLuke/ddc9f1e54d448e4e56bf04dda4bfb7cf to your computer and use it in GitHub Desktop.
Save WebDevLuke/ddc9f1e54d448e4e56bf04dda4bfb7cf to your computer and use it in GitHub Desktop.
Sublime Keybindings
[
// Indents pasted code automatically
{ "keys": ["super+v"], "command": "paste_and_indent" },
// Old paste
{ "keys": ["super+shift+v"], "command": "paste" },
// Automatically adds space after : which is useful for CSS
{ "keys": [":"], "command": "insert", "args": {"characters": ": "}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment