From cb5fa96a5cf1b9adb18365f7225b156357d1cd6a Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Wed, 17 Jun 2026 13:13:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20:=20close=20current=20surface=20(ta?= =?UTF-8?q?b=20or=20split)=20on=20ctrl+w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dot_config/ghostty/config.ghostty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/ghostty/config.ghostty b/dot_config/ghostty/config.ghostty index 6332a5e..86cdab9 100644 --- a/dot_config/ghostty/config.ghostty +++ b/dot_config/ghostty/config.ghostty @@ -6,11 +6,11 @@ background-opacity = 0.9 background-blur = true keybind = ctrl+t=new_tab -keybind = ctrl+w=close_tab:this +keybind = ctrl+w=close_surface keybind = ctrl+right=next_tab keybind = ctrl+left=previous_tab keybind = alt+t=new_split:auto keybind = alt+right=goto_split:next -keybind = alt+left=goto_split:previous \ No newline at end of file +keybind = alt+left=goto_split:previous -- 2.51.2