Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Vim navigation doesn't work in Jupyter Notebooks

Open 0xhmn opened this issue 2 years ago • 5 comments

Describe the bug Vim navigation doesn't work in Jupyter Notebooks. Example of vim navigation shortcuts I tried: "z,z", "ctrl, y" and "ctrl, e".

To Reproduce Create a notebook, create a new Cell, activate the Cell, add a few lines, go to the first line, switch to visual mode, press ctrl+e and nothing happens.

Expected behavior Lines should move up.

Screenshots If applicable, add screenshots to help explain your problem. If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):

  • Extension (VsCodeVim) version: v1.22.2
  • VSCode version: Version: 1.66.2
  • OS: Mac

0xhmn avatar Apr 15 '22 01:04 0xhmn

Same here. Is there any plan to support vim navigation in Jupyter?

Cydiater avatar Feb 01 '23 09:02 Cydiater

I encounter the same issue here on Windows. This issue is the only thing that still forces me to use a mouse when editing Jupyter Notebooks in VSCode.

mvanaltvorst avatar Mar 18 '23 23:03 mvanaltvorst

"gt" to change tabs also don't work.

rasca avatar Oct 10 '23 14:10 rasca

Vim should definitely be disabled in jupyter so that one can at least use emacs keybindings for things like ctrl+e etc

corneliusroemer avatar Oct 24 '23 12:10 corneliusroemer

Vim works only when focusing on cells.

guzy0324 avatar Jan 19 '24 05:01 guzy0324