Add comments to tmux config

This commit is contained in:
Yash Karandikar 2022-05-17 13:15:43 -05:00
parent 9b105073fa
commit 5fef221e08

View file

@ -1,11 +1,16 @@
# set TERM variable inside tmux
set -g default-terminal "xterm-256color"
set -g @plugin "tmux-plugins/tpm"
set -g @plugin "arcticicestudio/nord-tmux"
# set prefix to be control+a
unbind C-b
set-option -g prefix C-a
# tab management (consistent with vim config)
bind z previous-window
bind x next-window
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
# initialize plugin manager (this line should always be at the very bottom)
run '~/.tmux/plugins/tpm/tpm'