-
-
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
Setting to enable Vim Editor only for certain filetypes #6151
Comments
Is this still worked on? I just found closed issues but no solution! |
I would really like this to be fixed. I am having to fight too much muscle memory while using the Notebook interface, and its really really annoying that |
Are there any updates on this? Would be suuuper useful for notebook work. |
Just workaround, this instruction was useful for me:
see #2113 |
I switch between notebook and editor very often. You can add a keyboard shortcut to toggle the "Vim: Toggle Vim Mode". Gear icon > Keyboard Shortcuts > Vim: Toggle Vim Mode... I assigned Alt+a for myself. |
Notebook is not an normal editor at all , VSCodeVIm should be disabled by default. |
+1 I find that if VIM mode worked perfectly in notebooks I would still prefer to disable it. Otherwise you have 3 different modes and that feels like too much friction: notebook command mode, VIM command mode inside a cell, VIM edit mode inside a cell. |
Same problem for me too. very bad experience. |
+1, still waiting for a solution |
The "vim: vim mode toggle" doesn't appear in my command window. Do I have to activate it somehow? PS it would be really nice to have a setting for file types, where vim is disabled. It just doesn't work (and doesn't have to work) with Jupyter notebooks. |
Hi, not in command window. For me the gear icon is at very bottom left corner of VS Code window. Then "Keyboard Shortcuts". |
I like to edit some files (js) with the VSCode editor because of the auto complete and other files (py) with Vim because I am faster with the key bindings. It is annoying to enable/disable the Extension every time I want to edit a file, this feature would probably make me switch entirely to VSCode.
The text was updated successfully, but these errors were encountered: