Skip to content

Instantly share code, notes, and snippets.

@jjedMoriAnktah
Forked from twosixcode/gist:1988097
Created April 3, 2013 15:53
Show Gist options
  • Save jjedMoriAnktah/5302464 to your computer and use it in GitHub Desktop.
Save jjedMoriAnktah/5302464 to your computer and use it in GitHub Desktop.
// swap the keybindings for paste and paste_and_indent
{ "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