X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/08fdc4cadb4690de4b3ab1c9985efe50f8065252..34f20d2cbf651ec2b1366dd2bcbc1331929ac8fc:/tmux/tmux.conf?ds=inline diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9f4144f..8184f53 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" set -g set-titles on set -g mode-keys vi @@ -36,3 +36,7 @@ bind-key -r H resize-pane -L 5 bind-key -r J resize-pane -D 5 bind-key -r K resize-pane -U 5 bind-key -r L resize-pane -R 5 + +#TODO use THEME env somehow, see FORMATS in tmux(1) +set -g @plugin "arcticicestudio/nord-tmux" +run '$XDG_CONFIG_HOME/tmux/plugins/tpm/tpm'