Conrad Irwin
Conrad Irwin
@zoedsoupe There's some work at #11130, but the original author is unable to keep working on it. If you'd like to start working on that branch that would be very...
We would prefer to build helix on top of our existing CRDTs so that extensions, collaboration, etc. work properly.
I think we should close this, and (probably) open a follow-up for HTML tag support.
I think for `yss` (and `css`) we can start with something like: ``` { "context": "Editor && (vim_operator == ys || vim_operator == cs)", "bindings": { "s": "vim::CurrentLine" } },...
Not too late! Probably best as a separate issue, or if you'd like to pair on it together: https://calendly.com/conradirwin/pairing
Not currently. I think we'd have to build an action for surround in visual mode and then show an example in the docs of how to map `S` to that...
We now have basic support thanks to @vbhavsar , this issue tracks adding count support and `scrolloff` support to these actions.
Not yet On Wed, Jan 31 2024 at 15:12, Marshall Bowers ***@***.***> wrote: > Counts for H and L motions are available in Zed v0.121.0 > . > > @ConradIrwin...
This should've been closed a while back
@LucaCoduriV Currently you can only do this with `workspace::SendKeystrokes`, but it does seem like more ideas are needed to make this work. The way to do it is something like:...