mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Show delete/edit keybindings in suggestions subtitle if available
This commit is contained in:
parent
a7041cf492
commit
010b0ae923
4 changed files with 18 additions and 2 deletions
|
@ -159,6 +159,7 @@ func (self *ConfirmationHelper) prepareConfirmationPanel(
|
|||
suggestionsContext.SetSuggestions(opts.FindSuggestionsFunc(""))
|
||||
suggestionsView.Visible = true
|
||||
suggestionsView.Title = fmt.Sprintf(self.c.Tr.SuggestionsTitle, self.c.UserConfig.Keybinding.Universal.TogglePanel)
|
||||
suggestionsView.Subtitle = ""
|
||||
}
|
||||
|
||||
self.ResizeConfirmationPanel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue