Add kitty_mod+z shortcut for zoom

This commit is contained in:
2022-09-06 13:25:24 -07:00
parent da1296cb01
commit 971f109091
2 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
enable = true;
settings = {
enabled_layouts = "vertical, tall, grid";
enabled_layouts = "vertical, tall, grid, stack";
background_opacity = "1.0";
macos_option_as_alt = "left";
};
@@ -23,8 +23,11 @@
"kitty_mod+k" = "neighboring_window up";
"kitty_mod+l" = "neighboring_window right";
"kitty_mod+z" = "toggle_layout stack";
"ctrl+s>l" = "next_layout";
"ctrl+s>h" = "show_scrollback";
"ctrl+page_down" = "next_tab";
"ctrl+page_up" = "previous_tab";
"ctrl+shift+page_down" = "move_tab_forward";