This commit is contained in:
arielherself 2024-08-06 14:17:37 +08:00
parent d1684dbb95
commit 5be2144e5b
Signed by: arielherself
SSH Key Fingerprint: SHA256:AK3cyo9tFsp7Mox7K0sYphleC8hReXhnRKxwuDT5LBc
1 changed files with 3 additions and 1 deletions

View File

@ -294,13 +294,15 @@ in {
sensibleOnTop = false;
shell = "${pkgs.zsh}/bin/zsh";
extraConfig = ''
set -ga terminal-overrides ",xterm-256color:Tc"
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
set-option -g default-shell "${pkgs.zsh}/bin/zsh"
set -g default-command "${pkgs.zsh}/bin/zsh"
setw -g mode-keys vi
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'erikw/tmux-powerline'
run '~/.tmux/plugins/tpm/tpm'
run '${config.xdg.configHome}/plugins/tpm/tpm'
'';
};