Eric Drechsel
Eric Drechsel
> currently only Jog panel support shortcuts, and they are simple ones. docs / source for the 2.x jog shortcuts?
> `%val{line_number}` If this were done, it would be nice if it could be generalized somehow to support selections and multiple selections. It doesn't do much for a shell command...
@danillos are you volunteering to pick this up and take it over the finish line? It seems like @QiBaobin is open to it. If so, you could push up a...
> It doesn't do much for a shell command though if the buffer is dirty I guess we can trust users to make sure to write out first in their...
My take: - Lock files are more trouble than they're worth - Go with option 2 in OP, reload on external change is coming ([File watcher implementation & LSP DidChangeWatchedFiles...
I don't understand how #5499 is a duplicate of this one. I get the impression there's some reason just allowing binding a command with args is considered harmful, but I...
~~What about adding some trait RuntimeCallable both TypableCommands and whatever ways regular commands take input implement?~~ https://github.com/helix-editor/helix/issues/5555
I have a devenv file in my home dir / repo, and a bunch of task-specific environments in subdirs. They all want to track nixpkgs independently while I'd like to...
@avrelaun if you just want to map caps to escape (rather than conditionally to ctrl or escape depending on whether chorded as caps2esc does) you can do that with a...
Partially answering my own question about field types, it seems that TW5 fields are untyped (they're all just strings). In this case, a gsd5-bundled plugin could: - keep a list...