X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/06bd880a78b25641a6bcadf3f307440d8a06a3ef..34f20d2cbf651ec2b1366dd2bcbc1331929ac8fc:/tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 487d7e1..8184f53 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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'