X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/06bd880a78b25641a6bcadf3f307440d8a06a3ef..03e18ae17a72f3db72ee65eb290d35fb13d66237:/tmux/tmux.conf diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 487d7e1..48a77bf 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,9 @@ 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'