Robert Markowski
Robert Markowski
This extension seems to mirror Vim behavior quite well: https://github.com/ExPixel/codemarks It's still working like a charm for me, despite being 5 years old. @dangkhoipro @martin-braun
@martin-braun it has all the features you want AFAIK. I'm using it specifically with `vscode-neovim`. I based a jumplist extension on it because I find the native vscode jump list...
I don't think the bug is fully resolved yet (v1.1.4) @xiyaowong . However, it is very specific to the keybinding I described in the original post (which is there to...
I deactivated everything but the keybinding shown for 'o' from my init.lua. I also have the default `ctrl+h` binding of vscode deactivated and forward `ctrl+h` to neovim with the option...
2nd case: I enter insert mode with the `o` keybinding again, type `asdf`, the `backspace`, then `escape` to exit insert mode. The cursor jumps to the start of the line...
With the remap for `o` I described (and that's shown in the videos) enabled, the bug still persists for me. Removing that rebind 'fixes' the issues, but introduces neovim behavior...
FYI I rolled back to vscode-neovim version 0.9.1 and the custom keybinds are working just fine again. At least I feel like that confirms that it's a bug and not...
Unfortunately, it's still not working :( Thank you so much for trying to fix the issue though! I really appreciate it. Can I do anything to help you reproduce the...
> I am also having a lot of sync issues between vscode and nvim since the latest update.. Which version is the working one now @spacian ? I have no...
@theol0403 Oh that was was a misunderstanding on my end, I'm very sorry :( I did not read `(when applicable)` and I figured I used a clean setup and described...