pianocomposer321

Results 68 comments of pianocomposer321

Any progress on this? Opening folds makes this extension almost unusable for me.

I found [this](https://github.com/VSCodeVim/Vim/issues/4517) solution on another issue. It's actually for vscodevim, but I like this extension much better, and it still works for it, with a few changes. Instead of...

I meant to use \, forgot that when typing it. But it is in my init.vim. Actually, things like `10j` do work, but a little slower than before.

So I actually have noticed a bit of a lag, but a much bigger problem is that remapping the keys to cursorDown and cursorUp makes the neovim instance think that...

I just solved my own problem. I just changed `nnoremap j gj` to `nmap j gj`. Not sure why this doesn't cause an endless loop, or why it solves the...

Actually, they haven't fixed it. I just did some experiments and it only skips folds when you specify `"by": "wrappedLine"`. Anyway, I'm really glad this works, because cursorMove seems to...

So, I determined that the lag I was experiencing with both of my solutions didn't have anything to do with the vscode commands, there is actually lag with VSCodeCall(). So...

Thank you. VSCodeNotify takes care of the lag. It doesn't look quite as nice - the cursor looks like it skips a few lines here and there when I press...

The more I tried it, the more I noticed the cursor jitter becoming a problem. So I tried disabling all extensions except neovim, and this solved the problem. I tracked...

I'm experiencing the same lag in motion. Honestly, this is one of the biggest things that makes me almost want to go back to just regular old vim!