From 1b4e0818b6205dfc2706f9a57482eff6314086ac Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Tue, 4 Nov 2025 23:54:05 +0100 Subject: [PATCH] fix: unbind alt+num in ghostty Signed-off-by: Lander Van den Bulcke --- home/lander/features/workstation/ghostty.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/home/lander/features/workstation/ghostty.nix b/home/lander/features/workstation/ghostty.nix index 478e2ea..15a3d66 100644 --- a/home/lander/features/workstation/ghostty.nix +++ b/home/lander/features/workstation/ghostty.nix @@ -9,6 +9,18 @@ in settings = { font-family = "${theme.fonts.monospace.name}"; + keybind = [ + "alt+1=unbind" + "alt+2=unbind" + "alt+3=unbind" + "alt+4=unbind" + "alt+5=unbind" + "alt+6=unbind" + "alt+7=unbind" + "alt+8=unbind" + "alt+9=unbind" + "alt+0=unbind" + ]; }; };