change default term for tmux

This commit is contained in:
Ivan Dimitrov 2024-04-22 19:35:23 +03:00
parent 55ce64f986
commit db501d32cf

View File

@ -5,7 +5,7 @@
plugins = with pkgs.tmuxPlugins; [ tilish catppuccin ]; plugins = with pkgs.tmuxPlugins; [ tilish catppuccin ];
extraConfig = '' extraConfig = ''
set -g default-command "''${SHELL}" set -g default-command "''${SHELL}"
set -g default-terminal "tmux-256color" set -g default-terminal "xterm-256color"
set -g base-index 1 set -g base-index 1
set -s escape-time 0 set -s escape-time 0
''; '';