Benoît Cortier
Benoît Cortier
> With enough options, it might even be possible to remove all mentions of "insert mode", "normal mode" etc. from the code itself and make modes (including the number of...
Thank you for moving this forward. As mentioned by Blaž, maybe reaching beforehand would have been nice just to be on the same page. He also mentioned both the biggest...
Quick opinion on `x`/`X`. On kakoune the behavior is a bit weird (https://github.com/mawww/kakoune/issues/2590). I think we could just remove it because it's superseded by the "extend mode". `V` being the...
> > I think we could just remove it because it's superseded by the "extend mode". > > No, we can't really do that. `x`/`X` is one of the most...
If it's alright for you, I would really appreciate if you could provide additional samples and use cases on the [wiki page](https://github.com/helix-editor/helix/wiki/Keymap-brainstorm). Especially, as you appears to be advocating for...
While not a bad alternative, I'm not very happy with `0` ad `1`. Several reasons : - as mentioned, harder to reach - on french layouts (azerty, bépo), shift is...
Alternatives to my text object inner `x` and text object outer `X` mapping suggestion from matrix: @teenjuna > Why not `si`/`sa` for select inner / select around? As I understand,...
I really like these:  
@kirawi Thank you for the link to Valoren, I missed that one
We'll probably go with `wasmtime` and I can see in [one of the benchmark you linked](https://00f.net/2021/02/22/webassembly-runtimes-benchmarks/) that performances are far from bad. By the way wasmtime has been supporting WASI...