Start fuckin with kitty conf
This commit is contained in:
@@ -31,6 +31,24 @@ in {
|
||||
name = "Iosevka Nerd Font";
|
||||
};
|
||||
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 = {
|
||||
"include" = "catppuccin.conf";
|
||||
"scrollback_lines" = 50000;
|
||||
@@ -50,6 +68,8 @@ in {
|
||||
"tab_bar_edge" = "top";
|
||||
"tab_bar_style" = "powerline";
|
||||
"tab_powerline_style" = "slanted";
|
||||
|
||||
"clear_all_shortcuts" = "yes";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user