jwkvam / jupyterlab-vim

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

uparrow skips cell after executing cell #103

Open mgrabmair opened 4 years ago

mgrabmair commented 4 years ago

When I execute a cell in Jupyter and then press the up arrow to change something the focus skips the just executed cell and goes to the one above it. Ctrl-k, however, behaves as expected. Is this a bug or am I doing something wrong?