lmgtfy/sublime ubuntu comment It seems a bug. As a workaround, go to Preferences->Key Bindings - User and add lines: { "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } }, { "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } } OR { "keys": ["control+keypad_divide"],"command": "toggle_comment", "args": {"block": false} }, { "keys": ["shift+control+keypad_divide"],"command": "toggle_comment", "args": {"block": true}}
Обсуждают сегодня