From 1b5efe7eead84950b9e5be73325862810c845585 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 7 Mar 2025 12:06:02 +0100 Subject: [PATCH] fix(ghostty): adjust window width to fit 2 nvim windows --- .config/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ghostty/config b/.config/ghostty/config index 5aa0b0e..38ced2c 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -7,7 +7,7 @@ shell-integration-features = no-cursor cursor-style = block mouse-hide-while-typing = true title = Terminal -window-width = 177 +window-width = 179 window-height = 60 window-padding-x = 2 window-padding-y = 1