Created
March 20, 2012 12:43
-
-
Save richievos/2134865 to your computer and use it in GitHub Desktop.
sublime-keymap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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