Created
October 16, 2017 09:42
-
-
Save ultim8k/2cd2f4ae1cc5a2611763548a14586555 to your computer and use it in GitHub Desktop.
My personal quick and hacky keymap for sublime text
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
Show hidden characters
/* | |
User's sublime-keymap | |
*/ | |
[ | |
{"keys": ["super+t"], "command": "new_file"}, | |
{"keys": ["super+shift+c"], "command": "insert_snippet", "args": {"contents": "console.log(${1:$TM_SELECTED_TEXT});${0}"}} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment