Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Created October 16, 2017 09:42
Show Gist options
  • Save ultim8k/2cd2f4ae1cc5a2611763548a14586555 to your computer and use it in GitHub Desktop.
Save ultim8k/2cd2f4ae1cc5a2611763548a14586555 to your computer and use it in GitHub Desktop.
My personal quick and hacky keymap for sublime text
/*
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