Skip to content

Jupyter Shortcuts

Resources

Vim Keybindings

vim keybindings can be added via this.

Note: shift+esc or :q to exit vim mode.

Command palette

Invoked via karabiner.

{
    "shortcuts": [
                {
            "command": "apputils:activate-command-palette",
            "keys": [
                "Alt Accel Shift J"
            ],
            "selector": "body"
        }
    ]
}