mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Add basic tmux config
This commit is contained in:
17
.tmux.conf
Normal file
17
.tmux.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# List of plugins
|
||||
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
# Install plugin manager
|
||||
#git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
# Install plugin:
|
||||
# 1. add to .tmux.conf
|
||||
# 2. prefix+I to fetch it
|
||||
# Remove plugin:
|
||||
# 1. remove from .tmux.conf
|
||||
# 2. prefix+alt+u to remove it
|
||||
# Update plugins:
|
||||
# - prefix+U
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
Reference in New Issue
Block a user