Created
November 28, 2014 14:24
-
-
Save bruno-/171bd1a70b5a6a574ddc to your computer and use it in GitHub Desktop.
basic_tmux_conf_with_plugins.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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