Kieran Siek
Kieran Siek
Thanks for for the feedback! I'll look into extmarks and how they differ from the current virtualtext feature, then get around to implementing it.
@teto Can you please check out the `virtual-text-column` branch and let me know what you think?
If you press the `Open editor` key (default is `^e`) while the commit window is open, you can edit the commit message using a text editor (similar to what `git...
Tangentially related, since currently there is no way to tell the *application* to not show untracked files by default, you have two options: 1. Set [status.ShowUntrackedFiles](https://git-scm.com/docs/git-config#Documentation/git-config.txt-statusshowUntrackedFiles) in your system, global,...
The relevant source code is https://github.com/extrawurst/gitui/blob/006cdd63738db91e6c3074439bfd561eb0b5eb9c/src/components/externaleditor.rs#L72-L81 You have 4 options to set the editor used in gitui: 1. Set the `GIT_EDITOR` environment variable 2. Set the `VISUAL` environment variable 3....
> we decided we don't want this statistic Sure, makes sense. > when multiple reports by the same user are actioned. In compact mode, if I want to see the...
Would that be an issue? It wouldn't be much unlike how you're getting the unloaded extensions after all. I'm not an async expert though
> Hi @kosayoda, are you still able to work on this? Feel free to work on it!
I'd like to point out https://github.com/sveltejs/kit/issues/1149, which talks about making the layout and parameter prefixes more accessible and convenient for shells and editors. If you do decide and manage to...
Hello! With the newest release, you can set the position of the virtual text with `virtual_text.pos`, with something like `right_align` it should get out of your way most of the...