1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

set keybindings after initialising views

This commit is contained in:
Jesse Duffield
2020-08-23 17:34:49 +10:00
parent 364bdcf532
commit 66bd86b9b7
3 changed files with 7 additions and 7 deletions

View File

@ -340,6 +340,10 @@ func (gui *Gui) onInitialViewsCreation() error {
return err
}
if err := gui.keybindings(); err != nil {
return err
}
if gui.showRecentRepos {
if err := gui.handleCreateRecentReposMenu(); err != nil {
return err