Use case or problem
When activating the vim plugin, I want to activate and de-activate it via palette/key command, rather than it being the default editor mode until it’s disabled as a plugin.
Proposed solution
toggle vim mode palette function, similar to togglevim in Visual Studio Code. Note that there should be a default state set when starting Obsidian, such as vim off and only on when activated, unlike togglevim that always starts with vim mode on.
Current workaround (optional)
Gave up on vim as I don’t want to run it all the time, only to do regex changes as Obsidian does not have search/replace with regex.
Related feature requests (optional)