I want to be able to turn certain extensions on and off with a keyboard shortcut. But didn't found out how to do keybindings for extension activation
Specifically I wanna do this for VSCodeVim. So that I can use it more often and become more used to using Vi
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 :
Not every extension can be disabled by this method, But all extensions can be disabled or enabled for a particular workspace.