lambdalisue / jupyter-vim-binding

Jupyter meets Vim. Vimmer will fall in love.
2.1k stars 136 forks source link

Some basic Jupyter keyboard shortcuts not working in Jupyter mode #129

Closed sid-kap closed 6 years ago

sid-kap commented 6 years ago

Summary

Environment

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

lambdalisue commented 6 years ago

Please read an introduction of this plugin. It's not issue while this plugin stands for that.

sid-kap commented 6 years ago

That was not very informative. Are you saying that jupyter-vim-binding should not affect those bindings?

lambdalisue commented 6 years ago

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.

untitled 2018-07-19 02-46-01