lambdalisue / jupyter-vim-binding

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

When activating Vim bindings, my keyboard shortcut editor disappears #84

Closed tknuth closed 6 years ago

tknuth commented 8 years ago

Summary

Vim bindings seem to disable the dropdown menus in the keyboard shortcuts. It looks as custom shortcuts extension were not activated.

Environment

No keyboard editor.

Expected

There should be one.

Actual

See above.

Step by step procedure

  1. Start local Jupyter Notebook by jupyter notebook
  2. Access http://localhost:8888/
  3. Click on help, keyboard shortcuts

    What you have done to solve the issue

Tried activating/deactivating in different orders, reinstalled. Did not help.

Remarks

Awesome software nevertheless!

lambdalisue commented 8 years ago

Related to #83 It is a kind bug and I'll check if there is any workaround in this weekend probably ;-)

tknuth commented 8 years ago

Thank you for sharing your software with us! :-)

On Monday, 5 September 2016, Alisue notifications@github.com wrote:

Related to #83 https://github.com/lambdalisue/jupyter-vim-binding/issues/83 It is a bug and I'll check in this weekend probably ;-)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lambdalisue/jupyter-vim-binding/issues/84#issuecomment-244778431, or mute the thread https://github.com/notifications/unsubscribe-auth/AFTKuOXn-f9iqVtoIZ0wdiZabZMqUp-jks5qnD3JgaJpZM4J1D7y .

tknuth commented 8 years ago

Is there any progress on this or any way to help you?

lambdalisue commented 8 years ago

Oops. Sorry. Well the priority of the development of this plugin is a bit lower for now (I would like to spent time to write other Vim plugins.) So any kind of helps (investigation, PR, etc.) are welcome :+1:

lambdalisue commented 7 years ago

It seems the latest jupyter-vim-binding with the latest jupyter fix the issue. Right?

DrJimFan commented 6 years ago

Yes, I can confirm that the latest Jupyter 5.0 solves the problem.

lambdalisue commented 6 years ago

Cool thanks