mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 08:06:25 -04:00
Since onNewRepo calls resetKeybindings, which reinitializes the keybindings for custom commands, all we have to do for this is store a pointer to a config instead of storing the customCommands, so we get the up-to-date ones every time. |
||
|---|---|---|
| .. | ||
| client.go | ||
| handler_creator.go | ||
| keybinding_creator.go | ||
| menu_generator.go | ||
| menu_generator_test.go | ||
| models.go | ||
| resolver.go | ||
| session_state_loader.go | ||