X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/08fdc4cadb4690de4b3ab1c9985efe50f8065252..2bc5cc531c50d87c208965cdc80c0f42df56ecb1:/tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9f4144f..48a77bf 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,9 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" +# enable true color for kitty +set -ag terminal-overrides ",xterm-kitty:Tc" set -g set-titles on +set -g mouse set -g mode-keys vi bind-key Escape copy-mode @@ -36,3 +39,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'