From 2ebd8dc6fa16b1fcea2f289af16bb272a590b447 Mon Sep 17 00:00:00 2001 From: Easton Potokar Date: Fri, 14 Mar 2025 17:21:36 -0400 Subject: [PATCH] tweak lazygit --- .config/lazygit/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/lazygit/config.yml b/.config/lazygit/config.yml index b1588d5..f98ba6d 100644 --- a/.config/lazygit/config.yml +++ b/.config/lazygit/config.yml @@ -179,7 +179,7 @@ gui: # Default size for focused window. Window size can be changed from within Lazygit with '+' and '_' (but this won't change the default). # One of: 'normal' (default) | 'half' | 'full' - windowSize: normal + windowSize: full # Window border style. # One of 'rounded' (default) | 'single' | 'double' | 'hidden'