Skip to content

Instantly share code, notes, and snippets.

@toshikaz55
Last active December 9, 2016 01:44
Show Gist options
  • Save toshikaz55/6fcc30132a6f2841c1f1fd720f1eecc9 to your computer and use it in GitHub Desktop.
Save toshikaz55/6fcc30132a6f2841c1f1fd720f1eecc9 to your computer and use it in GitHub Desktop.
tmux.conf
set-option -g mouse on
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-resurrect-auto \
'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment