Start fuckin with kitty conf

This commit is contained in:
2023-08-19 15:14:22 +01:00
parent 64dbdd82ed
commit c43f634d89

View File

@@ -31,6 +31,24 @@ in {
name = "Iosevka Nerd Font"; name = "Iosevka Nerd Font";
}; };
package = package; package = package;
keybindings = {
# Windows/Panes
"kitty_mod+enter" = "new_window_with_cwd";
"kitty_mod+h" = "neighboring_window left";
"kitty_mod+j" = "neighboring_window down";
"kitty_mod+k" = "neighboring_window up";
"kitty_mod+l" = "neighboring_window right";
"kitty_mod+r" = "start_resizing_window";
# Tabs
"kitty_mod+t" = "new_tab";
"kitty_mod+w" = "close_tab";
# Other
};
settings = { settings = {
"include" = "catppuccin.conf"; "include" = "catppuccin.conf";
"scrollback_lines" = 50000; "scrollback_lines" = 50000;
@@ -50,6 +68,8 @@ in {
"tab_bar_edge" = "top"; "tab_bar_edge" = "top";
"tab_bar_style" = "powerline"; "tab_bar_style" = "powerline";
"tab_powerline_style" = "slanted"; "tab_powerline_style" = "slanted";
"clear_all_shortcuts" = "yes";
}; };
}; };
} }