Add tmux nord theme

This commit is contained in:
Yash Karandikar 2022-05-17 11:59:40 -05:00
parent 783651de96
commit eff3538195

View file

@ -1,5 +1,11 @@
set -g default-terminal "xterm-256color"
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "arcticicestudio/nord-tmux"
unbind C-b
set-option -g prefix C-a
bind z previous-window
bind z previous-window
bind x next-window
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'