You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
[Chrome 59.0.3071.115] Web browser : (e.g. Firefox 44.0.2)
[4.3.0] Version or revision of Jupyter Notebook : (e.g. 4.1 or 620fb29)
[ae048fd] Revision of jupyter-vim-binding : (e.g. 5a057d6)
Behavior
Once you type an erroneous ex command, navigation between code cells no longer work until you click on a cell with the mouse. Even after clicking in a cell, navigating within a cell changes the notebook cell focus while staying in insert mode within the clicked cell.
Expected
Vim bindings should work after erroneous ex commands
So you mean it seems errneous ex command somehow reset the mappings completly, right? While the plugin does not provide ex commands well, that kind of behaviors are not really tested sorry.
Currently I can get enough time to investigate it so please be patient or send me a pr 👍
Summary
Typing an erroneous ex command breaks vim bindings.
Environment
Behavior
Once you type an erroneous ex command, navigation between code cells no longer work until you click on a cell with the mouse. Even after clicking in a cell, navigating within a cell changes the notebook cell focus while staying in insert mode within the clicked cell.
Expected
Vim bindings should work after erroneous ex commands
Actual
Vim bindings break after erroneous ex commands
Step by step procedure
jupyter notebook
What you have done to solve the issue
Reproduced with another machine (also running ubuntu, chrome browser)
The text was updated successfully, but these errors were encountered: