summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-12-29 11:50:20 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-04 09:07:15 +1100
commit01ea5813a8e3b8e914332002e744e3328f55f6cd (patch)
tree5684bcf7f081c5230518394ddc732316e36674e7 /pkg/gui/keybindings.go
parent03b946cc8f9e94fe3fd53ac619ace2af2662aac2 (diff)
align Gui struct with GitCommand
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 6a65e63fc..7e39edffc 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -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{
{