Open carljohnson93 opened 3 years ago
Wow, now in 1.21.5 version of the extension I've noticed that the bug is no longer there. Thank you for this amazing extension and your amazing work!
Whoops, turns out that it's not version that fixed this bug, it's just that I was on windows when noticed that the bug isn't there. On macOs it still there.
I'm also experiencing this issue
Describe the bug I wanted to recreate some of the
vim-unimpaired
mappings, in particular,]<Space
and[<Space>
. I quickly came up with both base mapping, and then an idea for cursor position restoration via marks, here's what I've added tovim.normalModeKeyBindingsNonRecursive
for]<Space
:Works perfectly fine
and for
[<Space>
:This mapping, however, despite the difference in only
o
casing, does not work as expected. It does not jump to the set mark. It's also probably worth noting that using"k", "o"
instead of"O"
does not help.To Reproduce Paste two of the mappings from above to the
vim.normalModeKeyBindingsNonRecursive
setting insettings.json
.Expected behavior Everything is described above.
Environment: