From a38d80ee9facbf8b452fd1eddb3ad7b373b8326c Mon Sep 17 00:00:00 2001 From: Mirza Pasic Date: Tue, 7 Oct 2025 08:38:29 +0200 Subject: [PATCH] Add SSH session integration for Ghostty (#1950) * Add SSH session integration for Ghostty * Set only ssh-env for Ghosty integration feature --- config/ghostty/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/ghostty/config b/config/ghostty/config index f2a9465..2bd47ab 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -21,3 +21,6 @@ shell-integration-features = no-cursor # Keyboard bindings keybind = f11=toggle_fullscreen + +# SSH session terminfo +shell-integration-features = ssh-env