From b8dcedab1bb022dec92b3c49c377c9d272c26a9d Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 25 Jan 2025 10:33:12 +0000 Subject: [PATCH] Open new terminal tabs in home dir --- ghostty | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ghostty b/ghostty index 2fa4c99..e637100 100644 --- a/ghostty +++ b/ghostty @@ -18,3 +18,6 @@ minimum-contrast = 1.1 # I got used to this behaviour on iTerm copy-on-select = true + +# Open new tabs in the home directory +window-inherit-working-directory = false