Skip to content
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

Changing keybinding for switching from command mode to vim normal mode #27

Open
anton-sturluson opened this issue Feb 9, 2021 · 3 comments

Comments

@anton-sturluson
Copy link

Hi,

Thank you for your work; this works great, and I've been enjoying using it.

I'd like to change the keybinding for switching from command mode to vim normal mode in notebook files (which can be currently done with Enter). Ideally, something like this would be good but for the normal mode. Is there a way to do this?

@ianhi
Copy link
Collaborator

ianhi commented Feb 18, 2021

This would require a settings file so xref #24

@ianhi
Copy link
Collaborator

ianhi commented Mar 1, 2021

This can actually be done separately from this extension as this is a jupyterlab setting, so you can change it in Settings > Advanced Settings Editor > Shortcuts

@erlebach
Copy link

Hi,

I would like to disable the "-" commend to split cells since there is already ctrl-O + "-". I looked in the Advanced settings and found: (not the same thing.) Is this correct? Gordon.

{
"command": "imageviewer:zoom-out",
"keys": [
"-"
],
"selector": ".jp-ImageViewer"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants