mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
lazygit: update config
This commit is contained in:
parent
a1c6dec6ff
commit
9ead011461
1 changed files with 20 additions and 20 deletions
|
|
@ -3,25 +3,25 @@ disableStartupPopups: true
|
|||
notARepository: "skip"
|
||||
promptToReturnFromSubprocess: true
|
||||
gui:
|
||||
scrollHeight: 8 # how many lines you scroll by
|
||||
scrollPastBottom: false # enable scrolling past the bottom
|
||||
sidePanelWidth: .28
|
||||
expandFocusedSidePanel: true
|
||||
mainPanelSplitMode: "flexible" # one of 'horizontal' | 'flexible' | 'vertical'
|
||||
language: "en"
|
||||
timeFormat: "02 Jan 06 15:04 MST" # https://pkg.go.dev/time#Time.Format
|
||||
skipDiscardChangeWarning: false
|
||||
skipStashWarning: false
|
||||
showFileTree: false
|
||||
showListFooter: false
|
||||
showRandomTip: false
|
||||
showBottomLine: false
|
||||
showCommandLog: true
|
||||
showIcons: true
|
||||
scrollHeight: 8
|
||||
scrollPastBottom: false
|
||||
sidePanelWidth: .28
|
||||
expandFocusedSidePanel: true
|
||||
mainPanelSplitMode: "flexible"
|
||||
language: "en"
|
||||
timeFormat: "02 Jan 06 15:04 MST" # https://pkg.go.dev/time#Time.Format
|
||||
skipDiscardChangeWarning: false
|
||||
skipStashWarning: false
|
||||
showFileTree: false
|
||||
showListFooter: false
|
||||
showRandomTip: false
|
||||
showBottomLine: false
|
||||
showCommandLog: true
|
||||
nerdFontsVersion: "3"
|
||||
git:
|
||||
autoFetch: true
|
||||
autoRefresh: true
|
||||
parseEmoji: true
|
||||
autoFetch: true
|
||||
autoRefresh: true
|
||||
parseEmoji: true
|
||||
keybinding:
|
||||
universal:
|
||||
jumpToBlock: ["5", "1", "2", "3", "4"]
|
||||
universal:
|
||||
jumpToBlock: ["5", "1", "2", "3", "4"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue