You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for this is that lazygit escapes the & characters, turning them into ^&. I'm not sure why it does that, or if we can simply remove it. @jesseduffield Do you remember?
The reason for this is that lazygit escapes the & characters, turning them into ^&. I'm not sure why it does that, or if we can simply remove it. @jesseduffield Do you remember?
when I run the command (contains "^&^&") it still works. Maybe that's not the cause
The reason for this is that lazygit escapes the & characters, turning them into ^&. I'm not sure why it does that, or if we can simply remove it. @jesseduffield Do you remember?
I do not remember, but perhaps this has something to do with the fact that we previously quoted all commands, meaning we could do without the escaping now. But I'm not well versed on what we need to do for windows
Describe the bug
While defining a custom command keybindings with a chaining command, it failed to run on Windows using cmd shell.
To Reproduce
Steps to reproduce the behavior:
~/AppData\Roaming\lazygit\config.yml
Expected behavior
The command run successfully
Screenshots
Version info:
commit=611fabde11d24d9acc71ee26077b9a1101f59f27, build date=2024-09-18T10:56:10Z, build source=binaryRelease, version=0.44.1, os=windows, arch=amd64, git version=2.47.0.windows.2
The text was updated successfully, but these errors were encountered: