Emil Jaszczuk
Emil Jaszczuk
Key bindings `Char` codes use a `char` type (i.e. quote marks). This works: ``` ( focus_right: Some(( code: Char('l'), modifiers: ( bits: 0,),)), focus_left: Some(( code: Char('h'), modifiers: ( bits:...
IMO reasonable approach would be space-separated commits unless they are selected in turn. This would allow both `git cherry-pick c1 c3 c5` and `git cherry-pick c1^..c5`.
Sure, working on it 👍
I believe this might have been an intended behavior, with intention that git templates serve as templates. ```rust // impl CommitComponent fn can_commit(&self) -> bool { !self.is_empty() && self.is_changed() }...
Hey @ADTmux, just wondering if you are still working on this?
Oh, I was surprised by builds not passing but I see that [clippy::empty_docs](https://rust-lang.github.io/rust-clippy/master/index.html#/empty_docs) has been added in `1.78.0`.
Wait this is already implemented, right? I'm browsing through the code and I see that it saves the configuration under `.git/gitui` file.
Ah, I misread what the issue was about 🥲 I am working on this one.