“Como fazer instalar plugins tmux” Respostas de código

Como fazer instalar plugins tmux

# Install tmux plugins manager
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

# Put this at the bottom of ~/.tmux.conf ($XDG_CONFIG_HOME/tmux/tmux.conf works too):
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'github_username/plugin_name#branch'
# set -g @plugin '[email protected]:user/plugin'
# set -g @plugin '[email protected]:user/plugin'

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

# type this in terminal if tmux is already running
tmux source ~/.tmux.conf

Friendly Fowl

Como fazer instalar plugins tmux

Press prefix + I (capital i, as in Install) to fetch the plugins 
Friendly Fowl

Respostas semelhantes a “Como fazer instalar plugins tmux”

Perguntas semelhantes a “Como fazer instalar plugins tmux”

Mais respostas relacionadas para “Como fazer instalar plugins tmux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código