karstenpedersen/obsidian-vimium

duplicate letter combos in highlights

Opened this issue · 2 comments

When I activate Vimium I see duplicate highlights and some consist from 3 letters.
For example:
BB
BBT

so when I press BB it activates BB, there is no way to activate BBT because BB always activates first

This happens because highlights (i.e. markers) are hard coded and some of those are duplicates.
The issue @Manrunas is facing will be mitigated if the hard coded markers are refined.
I want to suggest creating new config that allows customizing characters that will be used in markers.
@karstenpedersen What do you think about this suggestion?

I've created a pull request to deal with this bug and added a setting to allow users to define characters that will be used in the markers (#10).