marcorivm
1/8/2016 - 6:19 PM

SublimeText 3 Key mappings

SublimeText 3 Key mappings

[
    { "keys": ["ctrl+k", "ctrl+f"], "command": "reveal_in_side_bar" },
    { "keys": ["ctrl+7"], "command": "toggle_comment" },
    { "keys": ["ctrl+shift+7"], "command": "toggle_block_comment" }
]