.tmux: Tmux Plugin Manager & tmux-resurrect support

Created on 8 Mar 2019  路  5Comments  路  Source: gpakosz/.tmux

Hi,

Is it possible to use Tmux Plugin Manager and plugins with your configuration? I would like to use Tmux Plugin Manager and tmux-resurrect plugin with your configuration. Their links are below:

https://github.com/tmux-plugins/tpm

https://github.com/tmux-plugins/tmux-resurrect

Regards

Most helpful comment

@nikolayzhmurov works like a charm!
Use this syntax to add plugins in your tmux.conf.local:

# List of plugins
set -g @tpm_plugins '          \
  tmux-plugins/tpm             \
  tmux-plugins/tmux-sensible   \
  tmux-plugins/tmux-continuum  \
  tmux-plugins/tmux-resurrect  \
  samoshkin/tmux-plugin-sysstat  \
'

All 5 comments

@nikolayzhmurov works like a charm!
Use this syntax to add plugins in your tmux.conf.local:

# List of plugins
set -g @tpm_plugins '          \
  tmux-plugins/tpm             \
  tmux-plugins/tmux-sensible   \
  tmux-plugins/tmux-continuum  \
  tmux-plugins/tmux-resurrect  \
  samoshkin/tmux-plugin-sysstat  \
'

It works! Thanks!

@nikolayzhmurov works like a charm!
Use this syntax to add plugins in your tmux.conf.local:

# List of plugins
set -g @tpm_plugins '          \
  tmux-plugins/tpm             \
  tmux-plugins/tmux-sensible   \
  tmux-plugins/tmux-continuum  \
  tmux-plugins/tmux-resurrect  \
  samoshkin/tmux-plugin-sysstat  \
'

I followed exactly this and still could not get tmux-resurrect installed.

@shelper the way it looks in my .tmux.conf.local

# List of plugins
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
'

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'

Have you hit prefix + I to fetch the plugin and source it?

@nikolayzhmurov this is exactly what i did and it does not install plugin,
and i have to manually install the plugins.

interestingly, after a few days i was trying to install another plugin(tmux-yank), and Prefix + I worked...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

obitech picture obitech  路  4Comments

danielporto picture danielporto  路  8Comments

romanhaa picture romanhaa  路  4Comments

mattysweeps picture mattysweeps  路  6Comments

willheryanto picture willheryanto  路  4Comments