altsem
altsem
I actually experience the same issue in Tmux with `set -g mouse on `. I then can't select text with just the mouse. However, triggering mouse selection via my terminal...
It should be! And relatively easy. Could be a good first task for anyone interested in implementing :) A lot of code would be similar to the rebase module I...
Feel free to give it a go and open a PR/draft. I'd try help out if you get stuck!
That seems about right! You could add a keybind in the default config and see where it breaks from there. There's a bunch of tests being ran if you do...
I'm a bit busy this weekend but, I'd try sit down and see how Magit behaves, and try replicate as much as it makes sense :) The tests try simulate...
Hey @arcxne. It's a bit hard without more specifics, but I suspect some of the test snapshots may need updating if you add a new entry in the menu. Have...
There's likely different things that definitely could be optimized, but I'm surprised just opening city takes such a long time. I think it should ignore untracked files if configured via...
@lyallcooper this is the option: https://github.com/altsem/gitu/blob/6b8f359db0ba267dbe7e64b8e9036b5b64e33ebf/src/default_config.toml#L11 Config files are loaded from: Linux: ~/.config/gitu/config.toml macOS: ~/.config/gitu/config.toml Windows: %USERPROFILE%\AppData\Roaming\gitu\config.toml @mWalrus That's interesting, the "similar" lib is only used to produce inline diff...
I'm not quite able to reproduce the results you are seeing @mWalrus. Is it the result of having a lot of diff on screen? Could it be that your files...
I wanted to swap out "similar" for the "imara-diff" lib, which supposedly performs better. But it involves some work.