Skip to content

Instantly share code, notes, and snippets.

View VGonPa's full-sized avatar

Victor González-Pacheco VGonPa

View GitHub Profile
@VGonPa
VGonPa / Default (Linux).sublime-keymap
Last active August 29, 2015 14:07
My Sublime Text 3 Config (User settings)
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }
]