Remove duplicate listing for split-cell-at-cursor

This commit is contained in:
Brian Lange 2016-02-20 12:03:55 -06:00
parent 5830139d23
commit d840f72b00

View File

@ -79,7 +79,6 @@ define([
'up' : 'jupyter-notebook:move-cursor-up',
'down' : 'jupyter-notebook:move-cursor-down',
'ctrl-shift--' : 'jupyter-notebook:split-cell-at-cursor',
'ctrl-shift-subtract' : 'jupyter-notebook:split-cell-at-cursor',
};
};