From 75a54b82cfc4584a52afee2f0e2577ec12a8cf40 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 3 Dec 2024 16:55:32 +0100 Subject: [PATCH] kitty now has tab shortcuts --- desktopenvs/hyprland/kitty/kitty.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desktopenvs/hyprland/kitty/kitty.conf b/desktopenvs/hyprland/kitty/kitty.conf index 579500f..a86b760 100644 --- a/desktopenvs/hyprland/kitty/kitty.conf +++ b/desktopenvs/hyprland/kitty/kitty.conf @@ -10,4 +10,10 @@ background_blur 1 shell_integration no_cursor editor micro confirm_os_window_close 0 + map ctrl+f1 new_window_with_cwd + +map f2 previous_tab +map f3 next_tab +map ctrl+f2 new_tab +map ctrl+f3 close_tab