1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-12-05 23:18:28 +02:00

windows support for skipping the editor

This commit is contained in:
Jesse Duffield
2019-03-03 12:44:10 +11:00
parent 0a1298765c
commit 8925b161a7
4 changed files with 71 additions and 25 deletions

View File

@@ -15,6 +15,5 @@ func getPlatform() *Platform {
openCommand: "open {{filename}}",
openLinkCommand: "open {{link}}",
fallbackEscapedQuote: "\"",
skipEditorArg: "-c core.editor=true",
}
}