Is there any toggle key for motions plugin? #153
|
Hey everyone, previously I was using Obsidian's build-in Vim support together with the Vim Toggle plugin. That way I could easily turn on/off Vim. Cheers |
Answered by
saberzero1
Aug 31, 2026
Replies: 1 comment 3 replies
|
It actually wasn't possible due to inherent constraints in how the plugin set up Vim. However, I did some digging in how Obsidian itself handles the builtin Vim mode, and managed to reverse-engineer their model for this. As such, version |
3 replies
Answer selected by
dwolf42
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It actually wasn't possible due to inherent constraints in how the plugin set up Vim. However, I did some digging in how Obsidian itself handles the builtin Vim mode, and managed to reverse-engineer their model for this. As such, version
0.135.0and later now support this. You should be able to use three new commands to enable, disable, and toggle the Vim mode. You can use the hotkey settings of Obsidian to bind these to your desired shortcut.