add shortcut to create a new tab in kitty

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: 57c170c9aad1db000706d3dfea9e60be8fc67c57
This commit is contained in:
Hadi
2025-06-05 15:29:21 +02:00
parent 2af2fdd7a1
commit 9857d75263

View File

@@ -7,6 +7,7 @@
"ctrl+shift+h" = "neighboring_window left";
"ctrl+shift+l" = "neighboring_window right";
"ctrl+shift+k" = "neighboring_window up";
"ctrl+shift+tab" = "new_tab";
};
settings = {
scrollback_lines = 10000;