Closed sid-kap closed 6 years ago
Please read an introduction of this plugin. It's not issue while this plugin stands for that.
That was not very informative. Are you saying that jupyter-vim-binding should not affect those bindings?
I'm saying that your expectation is wrong for this plugin.
The purpose of this plugin is providing a Vim-like environment like the introduction said.
This extension stands for providing a Vim like environment, so it would drastically overwrite the default mappings and introduce a new behaviors. For example
Additionally, what you want to do is listed in help.
Summary
Environment
~/.local/share/jupyter/nbextensions/vim_binding
is at commit c9822c753b6acad8b1084086d218eb4ce69950e9, from October 2017)Behavior
After I do
:q
to Jupyter mode, I expect shortcuts like b and a to create new cells to still work. However, for some reason they stopped working after installing jupyter-vim-binding.Expected
b should create a new cell below the current cell a should create a new cell above the current cell
Actual
b and a do nothing
Step by step procedure
What you have done to solve the issue
Remarks