You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when using VSCodeVim in Jupyter Notebook (.ipynb) files. The Vim keybindings interfere with the default Jupyter cell navigation and editing experience, making it difficult to work efficiently. However, I don’t want to disable the extension entirely—just for Jupyter notebooks.
Describe the solution you'd like
I’d like an option to disable VSCodeVim specifically for .ipynb files using a setting like:
"vim.disableForFiletypes": ["ipynb"]
The text was updated successfully, but these errors were encountered:
Ability to Disable VSCodeVim for
.ipynb
FilesIs your feature request related to a problem? Please describe.
I'm always frustrated when using VSCodeVim in Jupyter Notebook (
.ipynb
) files. The Vim keybindings interfere with the default Jupyter cell navigation and editing experience, making it difficult to work efficiently. However, I don’t want to disable the extension entirely—just for Jupyter notebooks.Describe the solution you'd like
I’d like an option to disable VSCodeVim specifically for
.ipynb
files using a setting like:The text was updated successfully, but these errors were encountered: