-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipython-notebook layer commands not working as expected (i.e. SPC f s doesn't really save the notebook) #5671
Comments
Actually, those bindings are intented to be for major mode, so my guess is that it should work by pressing |
The @TheBB @justbur is it still ok to use
|
Is there any way to map |
Have you tried (evil-leader/set-key-for-mode) ? |
@ManasGeorge See #6289 |
Didn't seem to work. How is |
They're the same, as @bmag mentioned in the PR. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
Description
Some ipython-notebook layer commands not working as expected. For instance:
C-r
doesn't call theein:notebook-rename-command
as expected, and worstSPC f s
doesn'tsave the notebook like you would a regular buffer
and as expressed in the documentation, instead it saves the all ein environment.Reproduction guide
SPC a i n
and then choosing new notebook (or open an existing one).Observed behaviour:
SPC f s
callsbasic-save-buffer
instead of the intendedein:notebook-save-notebook-command
C-r
doesn't do anythingExpected behaviour:
SPC f s
should save the notebook correctly by callingein:notebook-save-notebook-command
C-r
should rename the notebook correctly by callingein:notebook-rename-command
System Info
The text was updated successfully, but these errors were encountered: