Skip to content

Instantly share code, notes, and snippets.

@wad3g
Created September 8, 2016 01:52
Show Gist options
  • Save wad3g/3deb59efb7af90b3d6e8bfd5a5a97d21 to your computer and use it in GitHub Desktop.
Save wad3g/3deb59efb7af90b3d6e8bfd5a5a97d21 to your computer and use it in GitHub Desktop.
Sublime Text User Key Bindings
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["super+n"], "command": "new_window" },
{ "keys": ["super+t"], "command": "new_file" },
{ "keys": ["super+shift+r"], "command": "reindent"},
{ "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