Tmux Config: add plugin manager & and resurrect plugin
This commit is contained in:
parent
5cbe3f5c07
commit
11589e05e0
1 changed files with 10 additions and 0 deletions
|
@ -30,3 +30,13 @@ set -ga terminal-overrides ",*256col*:Tc"
|
||||||
#####################################################################
|
#####################################################################
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
setw -g pane-base-index 1
|
setw -g pane-base-index 1
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
# Plugins
|
||||||
|
#####################################################################
|
||||||
|
# List of plugins
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
|
|
||||||
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Reference in a new issue