mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added handy shortcut for window tabs
This commit is contained in:
parent
e18d2a06f7
commit
e05ede0a08
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ in
|
||||||
shellIntegration.enableZshIntegration = true;
|
shellIntegration.enableZshIntegration = true;
|
||||||
# theme = "colbalt-neon";
|
# theme = "colbalt-neon";
|
||||||
|
|
||||||
|
keybindings = {
|
||||||
|
"ctrl+shift+l" = "next_tab";
|
||||||
|
"ctrl+shift+h" = "previous_tab";
|
||||||
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
allow_remote_control = true;
|
allow_remote_control = true;
|
||||||
shell = "zsh";
|
shell = "zsh";
|
||||||
|
|
Loading…
Reference in a new issue