Jason Williams
                                            Jason Williams
                                        
                                    > @jasonwilliams so currently no way to load external config file, i have config in ~/.config/helix but it seems not load it. Sadly not, I have forked the Vim Extension...
Hey yes I've been busy as of late, i manage [other](https://github.com/styled-components/vscode-styled-components) VS Code [extensions ](https://github.com/jasonwilliams/anki) and maintain a [JS engine ](https://github.com/boa-dev/boa) plus a full time job so this has fallen...
Yeah its bad and needs looking at, the implementation behind that needs starting again really. I should look how vscode vim are handling it. If you have any spare capacity...
One option which I think should solve this for line copies. When you do x and then y, I may just defer to VS Code's line copy and when you...
Seeing that VSCode/Vim have fixed most of these issues I've decided to fork the modern version and add helix features back in. You can follow the branch here: https://github.com/jasonwilliams/vscode-helix/tree/helix-fork It's...
Hey @chapmandu thanks for helping! So I've decided to fork vscodeVim because that has a lot of functionality we need. We can then tweak the bits it doesn't have, but...
Ok so this is what you need to do. 1. checkout the branch helix-fork (https://github.com/jasonwilliams/vscode-helix/tree/helix-fork) 2. build this branch, `npm i, npm run build` 3. To change a keybinding just...
Raised upstream: https://github.com/microsoft/vscode/issues/201338
Thanks for raising, out of interest, why does your helix skip lines entirely when mine doesn't?  helix-term 23.10 (f6021dd0)
@linglingqi007 is this something you wanted to try contributing to? I haven’t done anything with registers yet