Skip to content

Instantly share code, notes, and snippets.

@JC1738
Created December 23, 2015 21:59
Show Gist options
  • Save JC1738/818db3df3d07162ba68a to your computer and use it in GitHub Desktop.
Save JC1738/818db3df3d07162ba68a to your computer and use it in GitHub Desktop.
TMUX conf
#using C-a as prefix
unbind C-b
set-option -g prefix C-a
bind C-a send-prefix
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-logging'
set -g @plugin 'tmux-plugins/tmux-sessionist'
set -g @plugin 'tmux-plugins/tmux-resurrect'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin 'git@github.com/user/plugin'
# set -g @plugin 'git@bitbucket.com/user/plugin'
# 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