mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
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:
@@ -7,6 +7,7 @@
|
|||||||
"ctrl+shift+h" = "neighboring_window left";
|
"ctrl+shift+h" = "neighboring_window left";
|
||||||
"ctrl+shift+l" = "neighboring_window right";
|
"ctrl+shift+l" = "neighboring_window right";
|
||||||
"ctrl+shift+k" = "neighboring_window up";
|
"ctrl+shift+k" = "neighboring_window up";
|
||||||
|
"ctrl+shift+tab" = "new_tab";
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
scrollback_lines = 10000;
|
scrollback_lines = 10000;
|
||||||
|
|||||||
Reference in New Issue
Block a user