jwkvam / jupyterlab-vim

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

bindings in console #67

Open fperonaci opened 5 years ago

fperonaci commented 5 years ago

Is there a way to use the same vim bindings in the Jupyter console attached to a notebook?

jwkvam commented 5 years ago

Thanks for the suggestion! This extension only modifies the notebook currently. It should be possible though since the console is also a codemirror instance. If anyone wants to take a stab at this I would welcome PRs. Thinking out loud, I think you should be able to disable this. I doubt all vim users enjoy vim bindings in command prompts.