Vim
Vim copied to clipboard
Ability to Disable VSCodeVim for Specific Filetypes
Ability to Disable VSCodeVim for .ipynb Files
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"]
that's what I need exactly!