Raccourcis Clavier
Mes raccourcis clavier sous OSX
{ "keys": ["ctrl+alt+up"], "command": "swap_line_up" },
{ "keys": ["ctrl+alt+down"], "command": "swap_line_down" },
{ "keys": ["ctrl+alt+a"], "command": "alignment" }
Sous Windows
{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } }
Raccourcis en test
{ "keys": ["ctrl+k", "ctrl+c"], "command": "unfold" },
{ "keys": ["ctrl+k", "ctrl+t"], "command": "fold_by_level", "args": {"level": 1} },
{ "keys": ["ctrl+k", "ctrl+s"], "command": "fold_by_level", "args": {"level": 2} },
{ "keys": ["ctrl+k", "ctrl+r"], "command": "fold_by_level", "args": {"level": 3} }
