dotfiles/config/lazygit/config.yml (view raw)
| 1 | confirmOnQuit: false |
| 2 | disableStartupPopups: true |
| 3 | notARepository: "skip" |
| 4 | promptToReturnFromSubprocess: true |
| 5 | gui: |
| 6 | scrollHeight: 8 |
| 7 | scrollPastBottom: false |
| 8 | sidePanelWidth: .28 |
| 9 | expandFocusedSidePanel: true |
| 10 | mainPanelSplitMode: "flexible" |
| 11 | language: "en" |
| 12 | timeFormat: "02 Jan 06 15:04 MST" # https://pkg.go.dev/time#Time.Format |
| 13 | skipDiscardChangeWarning: false |
| 14 | skipStashWarning: false |
| 15 | showFileTree: false |
| 16 | showListFooter: false |
| 17 | showRandomTip: false |
| 18 | showBottomLine: false |
| 19 | showCommandLog: true |
| 20 | nerdFontsVersion: "3" |
| 21 | git: |
| 22 | autoFetch: true |
| 23 | autoRefresh: true |
| 24 | parseEmoji: true |
| 25 | keybinding: |
| 26 | universal: |
| 27 | jumpToBlock: ["5", "1", "2", "3", "4"] |