From ab4df79d9b30e01f1e9221173d3fe49c181f1cd6 Mon Sep 17 00:00:00 2001
From: Von Random <von@mechanus.net>
Date: Wed, 1 Jan 2025 14:48:53 +0200
Subject: [PATCH] ghostty: try default font size, alt+t for new tab too

---
 gui/.config/ghostty/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/.config/ghostty/config b/gui/.config/ghostty/config
index 914fa66..8e5b214 100644
--- a/gui/.config/ghostty/config
+++ b/gui/.config/ghostty/config
@@ -2,7 +2,6 @@ font-family = Cascadia Mono PL
 font-feature = ss01
 font-feature = ss19
 font-feature = ss20
-font-size = 14
 
 cursor-style = block
 cursor-style-blink = false
@@ -11,6 +10,7 @@ shell-integration-features = no-cursor
 
 theme = GruvboxDark
 
+keybind = alt+t=new_tab
 keybind = ctrl+g>c=new_tab
 keybind = ctrl+g>v=new_split:right
 keybind = ctrl+g>s=new_split:down