-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Disable vim *only* for jupyter notebook editors #6950
Comments
A toggleVim shortcut to quickly disable/enable Vim extension would be a quick way to turn off Vim when you are in a notebook and turn it back on when you aren't in a notebook. |
Yes, I have a key binding for toggle vim entirely. Often I'm working with multiple file types simultaneously so that solution isn't ideal. |
The VIM behaviour is really erratic in jupyter notebooks, there were too many bugs to describe them here. So it would be really good to let us disable the plugin in jupyter until the issues are sorted out. Re. bugs it looks like internal state of plugin gets messed up when one I navigate the jupyter notebook with mouse. It manifest it self with cursor jumping to previous locations on edit, copy to clipboard not working , selection not working correctly etc. |
I just tried the notebook interface as well, and vim mode makes it completely unusable. Would love it to work of course, but until that's possible, disabling is a must. |
In the meanwhile, another issue popped up about this very topic #6151 It seems to me there is a real demand for being able to disable the vim plugin for certain file types. Is there a good reason for not implementing this feature to disable vim for certain file types? |
anyone get this solve? how can i disable vscode vim for notebooks? |
I realized the same issues, and was hoping there already exists an automated way to disable |
It's been almost two months and 5 people have liked my comment asking for reopening so I'll open a new issue. |
What is not working for you? I've been using Vim mode in notebooks for months without issues. I can see if there are any special settings I made.
|
Interesting, that never happens for me. I didn't have any workaround keybindings only had these:
|
Key bindings for vim and juptyer notebooks overlap, which can frustrate users. For example the period (
.
) keystroke doesnt work. Also j & k can move the active cell selection.I prefer vim to be disabled in jupyter notebooks and remained enabled in other editors. This preserves the notebook bindings. Also, notebooks tend to be simpler code/text than traditional source code.
vscode-jupyter said they could not facilitate this: microsoft/vscode-jupyter#6837
The text was updated successfully, but these errors were encountered: