Skip to content

Instantly share code, notes, and snippets.

@bruno-
Created November 28, 2014 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruno-/171bd1a70b5a6a574ddc to your computer and use it in GitHub Desktop.
Save bruno-/171bd1a70b5a6a574ddc to your computer and use it in GitHub Desktop.
basic_tmux_conf_with_plugins.txt
# https://github.com/tmux-plugins/tpm
# install TPM:
# git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-pain-control \
tmux-plugins/tmux-sessionist \
'
set -g @almost-sensible 'on'
run-shell '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment