mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
🎨 run go fmt against the file directly ftw
This commit is contained in:
committed by
Jesse Duffield
parent
3f96537380
commit
22a6771e51
@ -1720,10 +1720,10 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||||||
OpensMenu: true,
|
OpensMenu: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ViewName: "files",
|
ViewName: "files",
|
||||||
Contexts: []string{string(FILES_CONTEXT_KEY)},
|
Contexts: []string{string(FILES_CONTEXT_KEY)},
|
||||||
Key: gui.getKey(config.Universal.ToggleWhitespaceInDiffView),
|
Key: gui.getKey(config.Universal.ToggleWhitespaceInDiffView),
|
||||||
Handler: gui.toggleWhitespaceInDiffView,
|
Handler: gui.toggleWhitespaceInDiffView,
|
||||||
Description: gui.Tr.ToggleWhitespaceInDiffView,
|
Description: gui.Tr.ToggleWhitespaceInDiffView,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user