added handy shortcut for window tabs

This commit is contained in:
Nickiel12 2024-07-12 01:30:55 +00:00
parent e18d2a06f7
commit e05ede0a08

View file

@ -11,6 +11,11 @@ in
shellIntegration.enableZshIntegration = true;
# theme = "colbalt-neon";
keybindings = {
"ctrl+shift+l" = "next_tab";
"ctrl+shift+h" = "previous_tab";
};
settings = {
allow_remote_control = true;
shell = "zsh";