feat(prog/tmux): initial tmux config

This commit is contained in:
Dmitriy Pleshevskiy 2022-04-03 20:50:42 +03:00
parent 6204ddcb19
commit b1ed687e50
1 changed files with 12 additions and 0 deletions

12
programs/tmux/.tmux.conf Normal file
View File

@ -0,0 +1,12 @@
set -g mouse on
setw -g mode-keys vi
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-open'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'christoomey/vim-tmux-navigator'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'