emacs-ipython-notebook/features/polymode.feature
dickmao 234cf391f9 Polymode
M-x customize-group RET ein
Toggle Ein:Polymode

Avoid trying to emulate jump-to-definition, eldoc, and autocompletion
functionalities that Elpy will always do better.

Fixes #497 #482 #418
2019-04-02 09:35:17 -04:00

14 lines
353 B
Gherkin

@poly
Scenario: selection spans cells
Given new default notebook
And I press "C-c C-b"
And I press "C-<up>"
And I press "C-p"
And I press "C-SPC"
And I press "C-n"
And I press "C-n"
And I press "C-n"
And I press "C-n"
Then newlined region should be "In [ ]:\n\n\nIn [ ]:\n"
And I press "C-g"
Then the region should not be active