From 7fedbc4ef29eb121f76077d589c5da26f4ba7dbf Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Tue, 18 Nov 2025 16:13:46 +0100 Subject: [PATCH] add ghostty config --- bindings | 3 +++ ghostty.conf | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 ghostty.conf diff --git a/bindings b/bindings index 31e2611..3d44023 100644 --- a/bindings +++ b/bindings @@ -47,3 +47,6 @@ ~/.ripgreprc -> ripgreprc + +~/Library/Application Support/com.mitchellh.ghostty/config +-> ghostty.conf diff --git a/ghostty.conf b/ghostty.conf new file mode 100644 index 0000000..8f759f8 --- /dev/null +++ b/ghostty.conf @@ -0,0 +1,9 @@ +font-size = 17 +theme = Apple System Colors +maximize = true +shell-integration-features = ssh-env,ssh-terminfo +macos-auto-secure-input = true +macos-option-as-alt = true + +keybind = super+f=esc:f +keybind = super+b=esc:b