Vim icon indicating copy to clipboard operation
Vim copied to clipboard

Ability to Disable VSCodeVim for Specific Filetypes

Open ArmanTahsinAdib opened this issue 10 months ago • 1 comments

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"]

ArmanTahsinAdib avatar Mar 04 '25 11:03 ArmanTahsinAdib

that's what I need exactly!

maohy915 avatar Jun 07 '25 00:06 maohy915