From 349b9f575662e0d13c5f0b094bcf282f9e7a340d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sun, 4 Jan 2026 19:55:41 +0100 Subject: [PATCH] lazygit: edited configuration 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 | 1 + Library/Application Support/lazygit/config.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 Library/Application Support/lazygit/config.yml diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index a2b897e..9221c8e 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,6 +1,7 @@ refresher: refreshInterval: 60 gui: + useHunkModeInStagingView: false mainPanelSplitMode: "horizontal" theme: selectedLineBgColor: diff --git a/Library/Application Support/lazygit/config.yml b/Library/Application Support/lazygit/config.yml new file mode 100644 index 0000000..fb2c90a --- /dev/null +++ b/Library/Application Support/lazygit/config.yml @@ -0,0 +1,16 @@ +refresher: + refreshInterval: 60 +gui: + useHunkModeInStagingView: false + mainPanelSplitMode: "horizontal" + theme: + selectedLineBgColor: + - "#413660" +git: + autoFetch: true + pagers: + - colorArg: always + commit: + signOff: true + pull: + mode: "rebase"