tmux: Use the nord theme

This commit is contained in:
Oliver Davies 2021-05-13 17:13:16 +01:00
parent 285f7ecb29
commit 1fa379691a

View file

@ -76,3 +76,11 @@ bind-key -T copy-mode-vi 'C-\' select-pane -l
# Allow clearing screen with ctrl-l by using <prefix> C-l
bind C-l send-keys 'C-l'
bind C-k send-keys 'C-k'
# Plugins
set -g @plugin "arcticicestudio/nord-tmux"
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tpm'
# Initialize TMUX plugin manager
run '~/.tmux/plugins/tpm/tpm'