ConnorMeyers / obsidian-chorded-hotkeys

Type multiple letters at the same time to trigger text insertion, template insertion, or command execution.
GNU Affero General Public License v3.0
28 stars 0 forks source link

[FR] make it work in "normal" mode for vim keybindings #3

Closed huyz closed 1 year ago

huyz commented 1 year ago

I use vim keybindings. The plugin works in "insert mode" but doesn't work in "normal mode".

ConnorMeyers commented 1 year ago

This plugin was initially planned with just text-expander functionality, at the time it didn't make sense to run chords outside of character input in a markdown editor.

With the introduction of command chords, I see the value in allowing chords outside of a markdown editor. I've added "support for using command templates outside of a markdown editor" to the roadmap.

I added "vim support" as its own entry in the roadmap as there are additional issues in preventing vim input when a chord is executed.

huyz commented 1 year ago

Actually making it work in vim normal mode is no longer a priority for me as I found that Obsidian Vimrc Support handles that just fine.

Feel free to close this issue