opened 09:10AM - 21 Apr 22 UTC
In Vim mode, keyboard shortcuts such as `fx`, `tx`, `vix` don’t work if `x` is a… character that requires pressing `AltGr`, such as `{[]}€@\` on the German keyboard layout.
Downstream Bug report: https://forum.obsidian.md/t/vim-mode-shortcuts-involving-altgr-dont-work/36211
I can reproduce the bug in both Firefox and Chromium on Linux in the playground: https://codemirror-vim--util.repl.co/
The behaviour is different for each key. For `{` it jumps a paragraph up, for `[` it activates the first of two `[[` presses, on the second it jumps to the top of the document. For `|`, it goes to the beginning of the line.