From 233a1dea0edd77e27d1832b92359b7ea4476ab82 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 26 Jul 2022 03:03:35 +0200 Subject: [PATCH] Hide bottom line in lazygit --- .config/lazygit/config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index 02dc756..d2113af 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -1,16 +1,17 @@ gui: - sidePanelWidth: 0.15 # From 0 to 1 expandFocusedSidePanel: true language: "en" mouseEvents: false - showRandomTip: false + showBottomLine: false showIcons: true + showRandomTip: false + sidePanelWidth: 0.15 # From 0 to 1 git: + autoFetch: false paging: colorArg: always pager: delta --dark --paging=never - autoFetch: false os: editCommand: "nvim"