Skip to content

Instantly share code, notes, and snippets.

View fracarma's full-sized avatar
🏠
Working from home

Francesco Carmagnola fracarma

🏠
Working from home
View GitHub Profile
[
{ "keys": ["ctrl+shift+9"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+alt+shift+9"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+alt+g"], "command": "git_status"},
{ "keys": ["ctrl+shift+r"], "command": "reveal_in_side_bar"},
{ "keys": ["ctrl+shift++"], "command": "fold"},
{ "keys": ["ctrl+shift+è"], "command": "unfold"}
]