mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
resetting controllers on new repo
This commit is contained in:
parent
eb056576cf
commit
2a1e3faa0c
76 changed files with 514 additions and 370 deletions
|
@ -41,7 +41,7 @@ func generateAtDir(cheatsheetDir string) {
|
|||
|
||||
for lang := range translationSetsByLang {
|
||||
mConfig.GetUserConfig().Gui.Language = lang
|
||||
mApp, _ := app.NewApp(mConfig, "")
|
||||
mApp, _ := app.NewApp(mConfig)
|
||||
path := cheatsheetDir + "/Keybindings_" + lang + ".md"
|
||||
file, err := os.Create(path)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue