##// END OF EJS Templates
Remove Ctrl-J & Ctrl-K shortcuts...
Thomas Kluyver -
Show More
@@ -89,8 +89,6 b' define(['
89 'shift-v' : 'ipython.paste-cell-before',
89 'shift-v' : 'ipython.paste-cell-before',
90 'shift-m' : 'ipython.merge-selected-cell-with-cell-after',
90 'shift-m' : 'ipython.merge-selected-cell-with-cell-after',
91 'shift-o' : 'ipython.toggle-output-scrolling-selected-cell',
91 'shift-o' : 'ipython.toggle-output-scrolling-selected-cell',
92 'ctrl-j' : 'ipython.move-selected-cell-down',
93 'ctrl-k' : 'ipython.move-selected-cell-up',
94 'enter' : 'ipython.enter-edit-mode',
92 'enter' : 'ipython.enter-edit-mode',
95 'space' : 'ipython.scroll-down',
93 'space' : 'ipython.scroll-down',
96 'down' : 'ipython.select-next-cell',
94 'down' : 'ipython.select-next-cell',
General Comments 0
You need to be logged in to leave comments. Login now