Skip to content
Snippets Groups Projects
Commit bae90760 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[sublime bindings] Give ctrl-/ command a name

Closes #3689
parent 7e35f03a
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@
});
};
map[ctrl + "/"] = function(cm) {
cmds[map[ctrl + "/"] = "toggleCommentIndented"] = function(cm) {
cm.toggleComment({ indent: true });
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment