|
|
@ -18,10 +18,12 @@ set -g default-terminal "screen-256color" |
|
|
|
# sane scrolling |
|
|
|
# sane scrolling |
|
|
|
set -g mouse on |
|
|
|
set -g mouse on |
|
|
|
|
|
|
|
|
|
|
|
# list of plugins |
|
|
|
# PLUGINS |
|
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
|
|
set -g @plugin 'tmux-plugins/tpm' |
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible' |
|
|
|
set -g @plugin 'tmux-plugins/tmux-sensible' |
|
|
|
set -g @plugin 'christoomey/vim-tmux-navigator' |
|
|
|
set -g @plugin 'christoomey/vim-tmux-navigator' |
|
|
|
|
|
|
|
set -g @plugin "arcticicestudio/nord-tmux" |
|
|
|
|
|
|
|
# END PLUGINS |
|
|
|
|
|
|
|
|
|
|
|
# TMUX plugin manager (keep at the bottom of tmux.conf) |
|
|
|
# TMUX plugin manager (keep at the bottom of tmux.conf) |
|
|
|
# requires git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm |
|
|
|
# requires git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm |
|
|
|