1 files changed,
20 insertions(+),
20 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-02-02 17:41:14 +0200
Parent:
a1c6dec
M
config/lazygit/config.yml
ยทยทยท 3 3 notARepository: "skip" 4 4 promptToReturnFromSubprocess: true 5 5 gui: 6 - scrollHeight: 8 # how many lines you scroll by 7 - scrollPastBottom: false # enable scrolling past the bottom 8 - sidePanelWidth: .28 9 - expandFocusedSidePanel: true 10 - mainPanelSplitMode: "flexible" # one of 'horizontal' | 'flexible' | 'vertical' 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 - showIcons: true 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 21 git: 22 - autoFetch: true 23 - autoRefresh: true 24 - parseEmoji: true 22 + autoFetch: true 23 + autoRefresh: true 24 + parseEmoji: true 25 25 keybinding: 26 - universal: 27 - jumpToBlock: ["5", "1", "2", "3", "4"] 26 + universal: 27 + jumpToBlock: ["5", "1", "2", "3", "4"]