To toggle Vim mode in Vscode do the following:
Use 'CTRl+Shift+P' to open vscode command palette
type 'vim toggle', you will see 'Vim: Toggle Vim Mode' option
select it and press enter to toggle vim mode.
To add keybinding (shortcut) for toggling :
- open command palette using 'Ctrl+shift+p'
- type 'shortcuts'
- select 'Preferences: Open Keyboard Shortcuts' and press enter
- search 'toggleVim'
- click on 'Keybinding' column
- press the buttons you want for the shortcut and press enter
Not every extension can be disabled by this method, But all extensions can be disabled or enabled for a particular workspace.