Grégoire Geis
Grégoire Geis
> I'll have to think about how to deduplicate the package generating code If you'd like I can take care of this; we could submit your PR soon (either to...
Hey all. I'm sincerely sorry for the delay; I had some minor anxiety looking at GitHub notifications for the past ~6 months, but am going to try to get this...
I'll try to daily-drive this for a few days. My keybindings with `"when": "editorTextFocus && dance.mode == 'normal'"` don't work when I'm in `helix/normal`. This is somewhat expected, but I...
Agreed, "chasing perfection" is the main reason why I couldn't open GH notifications for several months, so even if it's incomplete I'd be happy to merge the PR. Just want...
@kabouzeid I agree, ideally they would also be part of the same extension but I'm worried about scaling: the Dance extension registers ~300 keybindings, and adding an Helix mode (then...
@cloudhan Unfortunately the extension doesn't currently build. I proposed a solution in https://github.com/Strackeror/dance/pull/2 but as [pointed out by the author of this PR](https://github.com/Strackeror/dance/pull/2#issuecomment-2677152113), it would be better to have different...
Thank you all again for bearing with me here, especially @Strackeror! Sorry again for the delay. We now have a strong base to build on, so future changes should be...
Hey all, First, appreciate you packaging the extension @ongyx. Although in general, `.vsix` files can be pretty dangerous (as VS Code extensions can do pretty much anything on your computer)[^1],...
I think I've found the source of the issue. After setting `editor.stickyScroll.enabled` to `false`, all slow editors became responsive again. Re-enabling it with `true` let the editors remain responsive. I'm...
Ah, I wasn't aware of `g w` (which seems fairly new; it didn't work on 23.10 but it does work on 24.07). It seems pretty useful and may indeed be...