tmux config

This commit is contained in:
Ivan Dimitrov 2024-04-22 19:47:31 +03:00
parent db501d32cf
commit d440691598

View File

@ -2,12 +2,11 @@
programs.tmux = {
enable = true;
clock24 = true;
baseIndex = 1;
escapeTime = 0;
keyMode = "vi";
shell = "\${SHELL}";
terminal = "screen-256color";
plugins = with pkgs.tmuxPlugins; [ tilish catppuccin ];
extraConfig = ''
set -g default-command "''${SHELL}"
set -g default-terminal "xterm-256color"
set -g base-index 1
set -s escape-time 0
'';
};
}