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

Ctrl-j/-k to select cell in jupyter command mode as well? #100

Open
tqfjo opened this issue Oct 9, 2019 · 0 comments
Open

Ctrl-j/-k to select cell in jupyter command mode as well? #100

tqfjo opened this issue Oct 9, 2019 · 0 comments

Comments

@tqfjo
Copy link

tqfjo commented Oct 9, 2019

I think it might make sense to have those bound by default in jupyter command mode too for simplicity.

(Maybe I'm alone on this, but I still very frequently press those keys in juptyer command mode despite trying to learn to double-check which mode I'm in beforehand.)

For reference, this how you map them:

        // default is editMode only
        {
            "selector": '.jp-Notebook.jp-mod-insertMode',
            "keys": [
                'Ctrl J'
            ],
            "command": 'notebook:move-cursor-down'
        },
        
        {
            "selector": '.jp-Notebook.jp-mod-insertMode',
            "keys": [
                'Ctrl K'
            ],
            "command": 'notebook:move-cursor-up'
        },
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

1 participant