all repos

dotfiles @ b4a93f5c54ce54350ef3e234745c500dd9324207

i use rach linux btw
1 files changed, 30 insertions(+), 0 deletions(-)
lazygit: add config
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-04-24 19:20:48 +0300
Parent: 2f383e0
A config/lazygit/config.yml
ยทยทยท
                
                1
                +confirmOnQuit: false

              
                
                2
                +disableStartupPopups: true

              
                
                3
                +notARepository: "skip"

              
                
                4
                +promptToReturnFromSubprocess: true

              
                
                5
                +

              
                
                6
                +gui:

              
                
                7
                +  scrollHeight: 8 # how many lines you scroll by

              
                
                8
                +  scrollPastBottom: false # enable scrolling past the bottom

              
                
                9
                +  sidePanelWidth: .28

              
                
                10
                +  expandFocusedSidePanel: true

              
                
                11
                +  mainPanelSplitMode: "flexible" # one of 'horizontal' | 'flexible' | 'vertical'

              
                
                12
                +  language: "en"

              
                
                13
                +  timeFormat: "02 Jan 06 15:04 MST" # https://pkg.go.dev/time#Time.Format

              
                
                14
                +  skipUnstageLineWarning: false

              
                
                15
                +  skipStashWarning: false

              
                
                16
                +  showFileTree: false

              
                
                17
                +  showListFooter: false

              
                
                18
                +  showRandomTip: false

              
                
                19
                +  showBottomLine: false

              
                
                20
                +  showCommandLog: true

              
                
                21
                +  showIcons: true

              
                
                22
                +

              
                
                23
                +git:

              
                
                24
                +  autoFetch: true

              
                
                25
                +  autoRefresh: true

              
                
                26
                +  parseEmoji: true

              
                
                27
                +

              
                
                28
                +keybinding:

              
                
                29
                +  universal:

              
                
                30
                +    jumpToBlock: ["5", "1", "2", "3", "4"]