Skip to content

Instantly share code, notes, and snippets.

@jnbn
Created March 22, 2015 16:08
Show Gist options
  • Save jnbn/8f8cb6cbf5fe1bcbc82c to your computer and use it in GitHub Desktop.
Save jnbn/8f8cb6cbf5fe1bcbc82c to your computer and use it in GitHub Desktop.
jnbn's Sublime Keys
[
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["super+shift+r"], "command": "reindent" },
{ "keys": ["alt+tab"], "command": "unindent" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment