jwkvam / jupyterlab-vim

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

Markdown cell is not rendered when adding new cell using vim mode keybinding #77

Open orialb opened 5 years ago

orialb commented 5 years ago

Hi, first of all thanks for your work on this extension, it's really great! I noticed that when adding a new cell using the vim mode key binding "C-o o" or "C-o C-o" from a markdown cell, the markdown cell doesn't get rendered. I was wondering if this is due to some limitation from jupyter or should it be possible in principle to add this feature?