mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
more refactoring
This commit is contained in:
parent
8e3484d8e9
commit
482bdc4f1e
30 changed files with 372 additions and 227 deletions
|
@ -124,7 +124,7 @@ func formatBinding(binding *types.Binding) string {
|
|||
func getBindingSections(mApp *app.App) []*bindingSection {
|
||||
bindingSections := []*bindingSection{}
|
||||
|
||||
bindings := mApp.Gui.GetInitialKeybindings()
|
||||
bindings, _ := mApp.Gui.GetInitialKeybindings()
|
||||
|
||||
type contextAndViewType struct {
|
||||
subtitle string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue