From 555ed3359ebf81bab15969f3f8371606df3420f3 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Tue, 9 Dec 2025 02:28:37 +0200 Subject: [PATCH] ghostty: hide cursor; add some keymaps --- config/ghostty/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/ghostty/config b/config/ghostty/config index 467c78d..2397de7 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -3,3 +3,8 @@ window-theme = ghostty font-family = Jetbrains Mono font-size = 13 command = fish +mouse-hide-while-typing = true + +keybind = ctrl+,=unbind +keybind = ctrl+shift+.=move_tab:1 +keybind = ctrl+shift+,=move_tab:-1