From b4a93f5c54ce54350ef3e234745c500dd9324207 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Mon, 24 Apr 2023 19:20:48 +0300 Subject: [PATCH] lazygit: add config --- config/lazygit/config.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config/lazygit/config.yml diff --git a/config/lazygit/config.yml b/config/lazygit/config.yml new file mode 100644 index 0000000..ac252e2 --- /dev/null +++ b/config/lazygit/config.yml @@ -0,0 +1,30 @@ +confirmOnQuit: false +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 + skipUnstageLineWarning: false + skipStashWarning: false + showFileTree: false + showListFooter: false + showRandomTip: false + showBottomLine: false + showCommandLog: true + showIcons: true + +git: + autoFetch: true + autoRefresh: true + parseEmoji: true + +keybinding: + universal: + jumpToBlock: ["5", "1", "2", "3", "4"]