Luka Markušić
Luka Markušić
> I would like the `x : help` command to be executable so that it can work as a command palette like in Visual Studio Code or IntelliJ Well it...
As for the learning mode, we try to have all of the "destructive" operations behind a menu or a confirmation panel so one cannot just force push to `master`. The...
It requires `xsel` or something of sorts and that the `ssh` connection forwards `X`, which means one needs to connect with `ssh -X `, as mentioned [here](https://github.com/jesseduffield/lazygit/issues/1114#issuecomment-1160290124). I guess this...
Does it work if you press `enter` on said option? Also, it's a bit odd you don't have the mappings in a column left to the options, like in the...
@froody does the issue still appear on `v0.35`?
Just a note: the message isn't actually changed, it's just the view that's shifted. Try holding `Left` and you'll see that everything is there. It's only a visual bug and...
This should actually be solved by #2123.
@jslmorrison would you be willing to build current `master` to see if the issue persists? #2123 was merged.
Do you use the `delta` pager by any chance?
There are issues with it currently, if you could use another pager, it would probably solve your problems. We are working on fixing it.