This commit is contained in:
2023-06-11 14:12:04 -04:00
parent 3d5d2fc966
commit fbc08f6c47
4 changed files with 24 additions and 10 deletions

View File

@@ -5,7 +5,10 @@ pkgs: {
escapeTime = 0;
keyMode = "vi";
mouse = true;
plugins = [pkgs.tmuxPlugins.catppuccin];
plugins = [{
plugin = pkgs.tmuxPlugins.catppuccin;
extraConfig = "set -g @catppuccin_window_tabs_enabled on";
}];
shortcut = "Space";
tmuxinator.enable = true;
extraConfig = ''