-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive window and VIM mode #11657
Comments
you can re-bind the keyboard shortcut for as for previous/next cell commands while in "normal" VIM mode, it looks like were not handling that correctly, I'll have to take a look. |
@amunger thanks for the shortcut command. For the previous/next cell command, it should work with |
For the The default
Turning it into the following works for me, as I use
|
that makes sense, thanks for the investigation and update. It doesn't really make sense to have boundary conditions when moving between cells have their own dedicated commands, maybe there's a smarter way to implement that |
Relative line numbering in the input cell also looks broken. I'm getting the same result as in VSCodeVim/Vim#7130 (comment). |
it would be great if one were able to define a custom shortcut for leaving the jupyter edit mode and thus entering the command mode. i see this is not possible atm. could not see an issue explicitly addressing it, should i open one? |
@duke8585 - it sounds like you're looking for |
thanks @amunger, set it to "CTRL+M" double tap and it works like a charm :) |
Applies To
What happened?
I use VIM mode and the Jupyter Interactive Window, but there are some conflicts in the text area of the interactive window:
The
<UP>
arrow does not work to get the previous cells content.k
when in VIM normal mode, as would also be expected.The
<ESC>
key, used to go in VIM normal mode, clears the input area.<ESC>
, which occurs often when using VIM.<Ctrl-C>
(or other custom mapping) still works to go in VIM normal mode.VS Code Version
Version: 1.72.1 Commit: 129500ee4c8ab7263461ffe327268ba56b9f210d Date: 2022-10-10T17:23:00.760Z Electron: 19.0.17 Chromium: 102.0.5005.167 Node.js: 16.14.2 V8: 10.2.154.15-electron.0 OS: Linux x64 5.14.0-1052-oem Sandboxed: No
Jupyter Extension Version
v2022.9.1202862440
Jupyter logs
No response
Coding Language and Runtime Version
Python v3.10.6
Language Extension Version (if applicable)
Python v2022.16.1
Anaconda Version (if applicable)
conda 22.9.0
Running Jupyter locally or remotely?
Local
The text was updated successfully, but these errors were encountered: