add tpm plugin to tmux
This commit is contained in:
parent
842b61977c
commit
9b927806d4
1 changed files with 5 additions and 1 deletions
|
|
@ -49,7 +49,11 @@ set -g @catppuccin_status_fill "icon"
|
||||||
set -g @catppuccin_status_connect_separator "no"
|
set -g @catppuccin_status_connect_separator "no"
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
# set -g @plugins 'tmux-plugins/tpm' # tmux package manager
|
set -g @plugins 'tmux-plugins/tpm' # tmux package manager
|
||||||
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
# set -g @plugins 'tmux-plugins/tmux-resurrect' # persist tmux environment across system restarts
|
# set -g @plugins 'tmux-plugins/tmux-resurrect' # persist tmux environment across system restarts
|
||||||
# set -g @plugins 'tmux-plugins/tmux-continuum' # continuous saving of tmux environment
|
# set -g @plugins 'tmux-plugins/tmux-continuum' # continuous saving of tmux environment
|
||||||
# set -g @plugins 'tmux-plugins/tmux-yank' # for copying to system clipboard
|
# set -g @plugins 'tmux-plugins/tmux-yank' # for copying to system clipboard
|
||||||
|
|
||||||
|
# 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