summaryrefslogtreecommitdiff
path: root/.config/jupyter/lab/user-settings/@axlair/jupyterlab_vim/plugin.jupyterlab-settings
blob: c4c46240927566ad8c712e3a98a58a916566c56e (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "enabled": true,
    "enabledInEditors": true,
    "extraKeybindings": [
        {
            "context": "insert",
            "command": "jk",
            "keys": "<Esc>"
        }
    ]
}