“Comment installer les plugins TMUX” Réponses codées

Comment installer les 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

Comment installer les plugins TMUX

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

Réponses similaires à “Comment installer les plugins TMUX”

Questions similaires à “Comment installer les plugins TMUX”

Plus de réponses similaires à “Comment installer les plugins TMUX” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code