From b05a1de2f448fce71f4df62da6b68f831793931d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Mon, 4 Sep 2023 11:16:36 +0200 Subject: [PATCH] Added the new version of the lazygit config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .config/lazygit/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 31c62bc..a2b897e 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,5 +1,15 @@ +refresher: + refreshInterval: 60 gui: mainPanelSplitMode: "horizontal" + theme: + selectedLineBgColor: + - "#413660" git: + autoFetch: true + paging: + colorArg: always commit: signOff: true + pull: + mode: "rebase"