diff options
Diffstat (limited to '.config/jupyter/lab/user-settings/@axlair/jupyterlab_vim/plugin.jupyterlab-settings')
-rw-r--r-- | .config/jupyter/lab/user-settings/@axlair/jupyterlab_vim/plugin.jupyterlab-settings | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/jupyter/lab/user-settings/@axlair/jupyterlab_vim/plugin.jupyterlab-settings b/.config/jupyter/lab/user-settings/@axlair/jupyterlab_vim/plugin.jupyterlab-settings new file mode 100644 index 0000000..c4c4624 --- /dev/null +++ b/.config/jupyter/lab/user-settings/@axlair/jupyterlab_vim/plugin.jupyterlab-settings @@ -0,0 +1,11 @@ +{ + "enabled": true, + "enabledInEditors": true, + "extraKeybindings": [ + { + "context": "insert", + "command": "jk", + "keys": "<Esc>" + } + ] +}
\ No newline at end of file |