mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-25 00:46:54 +02:00
align Gui struct with GitCommand
This commit is contained in:
@ -204,7 +204,7 @@ func (gui *Gui) getKey(key string) interface{} {
|
||||
|
||||
// GetInitialKeybindings is a function.
|
||||
func (gui *Gui) GetInitialKeybindings() []*Binding {
|
||||
config := gui.Config.GetUserConfig().Keybinding
|
||||
config := gui.UserConfig.Keybinding
|
||||
|
||||
bindings := []*Binding{
|
||||
{
|
||||
|
Reference in New Issue
Block a user