focus next cell on shift+enter

Jonathan Frederic 12 years ago
parent 1407b4347e
commit da334e782e

@ -1511,6 +1511,7 @@ var IPython = (function (IPython) {
this.command_mode();
this.select(cell_index+1);
this.focus_cell();
this.set_dirty(true);
};

Loading…
Cancel
Save