jesseduffield.lazygit/pkg/integration/clients
Stefan Haller ee94e215e7 Remove dead Modifier field from keybindings
Modifiers were moved into Key in 22169e22f, but the separate Modifier field
on types.Binding and gocui.keybinding was left behind. The keypress matcher
already compares modifiers via Key.Equals, so the old field is never read on
the dispatch path; it just got passed through SetKeybinding and stored.

Drop it from gocui.keybinding, types.Binding, and the SetKeybinding /
DeleteKeybinding signatures, and remove every now-redundant Modifier:
gocui.ModNone struct field. Mouse bindings keep their own Modifier (on
ViewMouseBinding) since that path still consults it.
2026-05-06 09:51:23 +02:00
..
injector Don't wait for debugger in daemon mode 2025-04-20 15:53:17 +02:00
cli.go Use print instead of printf when there are no arguments 2024-08-27 10:33:06 +02:00
go_test.go Don't use "HEADLESS" environment variable for running tests 2025-11-28 12:06:42 +01:00
tui.go Remove dead Modifier field from keybindings 2026-05-06 09:51:23 +02:00