[tmux] Add basic tmux config.

This commit is contained in:
Keanu Timmermans 2021-08-15 13:13:25 +02:00
parent 4d98e0bd09
commit ba349ba7f5
Signed by: keanucode
GPG Key ID: A7431C0D513CA93B
1 changed files with 22 additions and 0 deletions

22
tmux/tmux.conf Normal file
View File

@ -0,0 +1,22 @@
set -g default-terminal 'screen-256color'
set -g mouse on
run 'if [ -d "~/.tmux/plguins/tpm" ]; then : ; else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi'
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-continuum \
tmux-plugins/tmux-pain-control \
egel/tmux-gruvbox \
'
set -g @tmux-gruvbox 'dark'
set -g @resurrect-strategy-nvim 'session'
set -g @resurrect-capture-pane-contents 'on'
set -g @continuum-restore 'on'
run '~/.tmux/plugins/tpm/tpm'