vim mode ignores modifier keys
alok opened this issue · 2 comments
alok commented
If I have a block like this is a [[block]]^f
, where f
is the trigger key to jump to that block, and i press cmd+f
to find something, it first jumps to [[block]]
and then engages the find command.
Stvad commented
Hey! tbh, I'm confused by you description - not quite sure what are you trying to do. can you elaborate?
alok commented
pressing cmd+$KEY
is equivalent to just pressing $KEY
and triggers any vim mode keybindings for that key