Skip to content

Instantly share code, notes, and snippets.

@rseyf
Last active May 30, 2019 14:14
Show Gist options
  • Save rseyf/f82f190a149c26fce2e60e0620321d07 to your computer and use it in GitHub Desktop.
Save rseyf/f82f190a149c26fce2e60e0620321d07 to your computer and use it in GitHub Desktop.
My sublime text 3 key bindings
[
// file location: ~/Library/Application Support/Sublime Text 3/Packages/User/Default (OSX).sublime-keymap
//console.log() keybinding for sublime text 3
{"keys": ["ctrl+c"], "command": "insert_snippet",
"args" : {
"contents": "console.log(${1:}$SELECTION);${0}"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment