Show More
@@ -89,8 +89,6 b' define([' | |||
|
89 | 89 | 'shift-v' : 'ipython.paste-cell-before', |
|
90 | 90 | 'shift-m' : 'ipython.merge-selected-cell-with-cell-after', |
|
91 | 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 | 92 | 'enter' : 'ipython.enter-edit-mode', |
|
95 | 93 | 'space' : 'ipython.scroll-down', |
|
96 | 94 | 'down' : 'ipython.select-next-cell', |
General Comments 0
You need to be logged in to leave comments.
Login now