altsem

Results 100 comments of altsem

Interesting! I'm not sure what's going on. Else I'd double-check the environment variables: `GIT_EDITOR, VISUAL, EDITOR`. These (in this order) dictate which editor to launch. Screenshot would be helpful, or...

> I tried setting it to nano, and while it works fine from the shell it spits out an error code when gitu tries to open it. Sorry I don't...

Hey! This is indeed a missing feature. And a huge bummer. I'm on the lookout for doing some overhauls in the UI compartment, possibly replacing Ratatui and the lib that...

Duplicate of https://github.com/altsem/gitu/issues/140

Related: https://github.com/altsem/gitu/issues/61

Hi! This is great :) I wonder if someone would ever want this to be configurable. 🤔 Perhaps it wouldn't hurt, what do you think? In the case, I believe...

Yea that'd make sense :) If there's a pending external command running, perhaps the signal should be propagated to it. I can't recall if Ctrl-C produces a signal when terminal...

edit: code seems fine, I'll merge this and just change the commit title to generate a changelog. Not sure about the test situation on windows, it shouldn't be trying to...

Sorry for the late reply. Yes I think this should be in there! I can't remember how lines are selected in evil-magit. But preferably we'd just copy the behaviour imo.

Had a peek in Doom Emacs' Magit. Reverse is bound to `-` Revert is bound to `_` `v` and `V` enter VISUAL LINE mode. Whereas in gitu, `v` is reverse...