Luka Markušić

Results 459 comments of Luka Markušić

Please fill out the `Bug report` template, I can type in `[][][]` in my commit message.

Are you using a US keyboard layout or some other?

That's what I was aiming at, the combination of `AltGr+key` is what causes it, I'm guessing. Thanks for reporting, at least you have a workaround until it's properly fixed! :)

> An alternative would we to have a text/help file with mapping - command association. I couldn't find that in the code base either however. We do have that, it's...

They're activated automatically for those items that do have a tooltip: ![image](https://user-images.githubusercontent.com/8365241/234264133-64230523-43f2-4c7e-9bd9-2338c801bd3c.png) But those that were at the time of writing considered self explanatory are missing a tooltip.

> is there any way to find out the command? Only by digging through the source, I'm afraid. But to be honest, what the command is actually doing seems to...

All in all I agree with the sentiment, the tooltips are useful. On the other hand, I can't help to think that describing that e.g. "dropping a commit is actually...

Sorta kinda related as a possible workaround, have you experimented with using the `edit` command on files, so that it opens it up in an existing `VSCode` session? ``` os:...

> Can those 'os' or customCommands accept "key bindings" with mouse left-right buttons? As far as I know - no. But I don't know whether it's a technical limitation (i.e....

> we don't need to support key bindings with mouse buttons > lazygit should ignore the clicks if they are performed with a modifier (Control, Alt, Shift, Option) Sounds to...