jwkvam / jupyterlab-vim

:neckbeard: Vim notebook cell bindings for JupyterLab
MIT License
973 stars 73 forks source link

Hi! I want to use Vim keybindings whenever I run the JupyterLab text editor. Right now I have to go to Settings -> Text Editor Key Map -> vim every time I start a new run to get the behavior I want. Is there a way to make this a permanent user setting whenever I run JupyterLab? #53

Closed blackazzazzin closed 6 years ago

blackazzazzin commented 6 years ago

Hi! I want to use Vim keybindings whenever I run the JupyterLab text editor. Right now I have to go to Settings -> Text Editor Key Map -> vim every time I start a new run to get the behavior I want. Is there a way to make this a permanent user setting whenever I run JupyterLab?

ah- commented 6 years ago

Hey! That text editor keymap is different from this project (we only touch the cell editing within notebooks).

But you should be able to permanently change it by adding {"keyMap": "vim"} to the CodeMirror User Overrides in the Advanced Settings.

That not being saved feels like a bug, maybe you could report it upstream at https://github.com/jupyterlab/jupyterlab/issues?

blackazzazzin commented 6 years ago

Thanks so much!