Adding shortcut that was lost in rebasing.

Brian E. Granger 11 years ago
parent 7d54f07bd3
commit 068fb04458

@ -104,6 +104,7 @@ define([
'shift-j': 'jupyter-notebook:extend-marked-cells-below',
'shift-up': 'jupyter-notebook:extend-marked-cells-above',
'shift-down': 'jupyter-notebook:extend-marked-cells-below',
'ctrl-space': 'jupyter-notebook:toggle-cell-marked',
'x' : 'jupyter-notebook:cut-cell',
'c' : 'jupyter-notebook:copy-cell',
'v' : 'jupyter-notebook:paste-cell-below',

Loading…
Cancel
Save