mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00

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
14 lines
353 B
Gherkin
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
|