all repos

dotfiles @ 02f23e31b8e95353d4e7d73405f0b34c901d42fd

my dotfiles

config/lazygit/config.yml (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
confirmOnQuit: false
disableStartupPopups: true
notARepository: "skip"
promptToReturnFromSubprocess: true
gui:
  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
keybinding:
  universal:
    jumpToBlock: ["5", "1", "2", "3", "4"]