Skip to content

Commit

Permalink
update TPM and make it work from a custom config
Browse files Browse the repository at this point in the history
Related issue: tmux-plugins/tpm#57
  • Loading branch information
aignas committed Jul 8, 2021
1 parent a45ca83 commit 9e66c86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions tmux/dot-tmux/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ set -g status-right "%Y-%m-%d %H:%M"
# tmux-open settings
set -g @open-editor-command 'e'

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-open'
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-urlview \
tmux-plugins/tmux-yank \
tmux-plugins/tmux-copycat \
tmux-plugins/tmux-open \
'

# NOTE: keep at the bottom
run -b '~/.tmux/plugins/tpm/tpm'

0 comments on commit 9e66c86

Please sign in to comment.