Sublime Forum

Keybinding

#1

Trying to create a keybinding for comments,
Have done this { “keys”: “ctrl+8”], “command”: “insert_snippet”, “args”: {“contents”: “/$0/”} } for commenting
but how do I get them to wrap around a selection?

0 Likes

#2

IIRC ctrl+/ is already binded to comment toggling.

0 Likes