Skip to content

Instantly share code, notes, and snippets.

@richievos
Created March 20, 2012 12:43
Show Gist options
  • Save richievos/2134865 to your computer and use it in GitHub Desktop.
Save richievos/2134865 to your computer and use it in GitHub Desktop.
sublime-keymap
// see also https://gist.github.com/1988097
// and http://www.sublimetext.com/docs/commands
[
{ "keys": ["alt+command+ctrl+c"], "command": "copy_path"},
{ "keys": ["ctrl+command+v"], "command": "paste"},
{ "keys": ["command+v"], "command": "paste_and_indent"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment