Omnikar

Results 93 comments of Omnikar

@the-mikedavis Anything still left to be done here before merging? I'd really like to see this feature land.

> IMO it's not worth refactoring a lot of keys like this until we switch configuration languages. This would break all existing themes. We can fix the ones that live...

This isn't as much of a problem for this, since insert mode bindings can be remapped, but I should point out that as described in #3352, on MacOS, ctrl-space is...

Oh, it looks like https://github.com/crossterm-rs/crossterm/issues/500 is the same issue as what prevented Helix's "pipe into a buffer on startup" feature from working on MacOS.

> Seems like it's fixed in the latest version of helix editor. I updated to the latest versions of Helix and xplr, but I'm still getting the same exact error.

> Can you confirm the correct binary is run in the xplr shell? Spawn the shell using :! and check version "$EDITOR --version" It's Helix `22.05`, the latest version.

One way to achieve the desired behaviour here would be to make sure the top selection is the primary one (using `()` as needed), and alternate `C-a` and `A-,` until...

> I think the most important thing is to build a solid foundation, so every labeling mechanism can be implemented to give users maximum choice. Fortunately, that's already how the...

> I ran the video at half the speed and still didn't get what keys are being pressed :) Each jump in the video is 4 to 5 keystrokes: 1....

> My favorite implementation is in Amp.rs: https://amp.rs/docs/usage/#jump-mode As you can see it works on words and labels every element with a two-character label. This allows to reference up to...