Replies: 4 comments 4 replies
|
I am mostly interested in the syntax aware navigation shortcuts: https://docs.helix-editor.com/keymap.html#unimpaired |
0 replies
|
This is so cool! Awesome news. :) The number 1 Helix feature in my opinion is the easy "selection" movement, that was mentioned in: Being able to press |
0 replies
|
Would the goal eventually be to have a 1:1 mode to Helix behind a settings option, or to supplement the existing keybinds into a Kakoune-Helix hybrid? Personally full conformity with Helix seems ideal so that muscle memory is kept between them. |
3 replies
|
Hello! Is this plugin associated with the Dance Repo? if so, is there any way i can help with this project? thank you so much for the awesome code! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey y'all.
I've given up on hooking into VS Code to read the current syntax tree, and instead created https://github.com/71/vscode-tree-sitter-api. Assuming that it works as expected, it should be easy to start adding features that rely on Tree Sitter to Dance.
Which keybindings from Helix would you like Dance to have? They can be based on Tree Sitter, but that's not necessary. For instance, I think I'll add a couple of goto commands to the
gmenu, likegr.All reactions