Skip to content

Commit af0a7b5

Browse files
committed
Uncomment "toggleComment" keymaps
1 parent 6b267b8 commit af0a7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebook/static/notebook/js/cell.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ define([
135135
"Shift-Tab" : "indentLess",
136136
// "Cmd-Alt-[" : "indentAuto",
137137
// "Ctrl-Alt-[" : "indentAuto",
138-
// "Cmd-/" : "toggleComment",
139-
// "Ctrl-/" : "toggleComment",
138+
"Cmd-/" : "toggleComment",
139+
"Ctrl-/" : "toggleComment",
140140
}
141141
}
142142
};

0 commit comments

Comments
 (0)