Skip to content

Instantly share code, notes, and snippets.

@pozgo
Created January 20, 2017 10:38
Show Gist options
  • Save pozgo/fea18e70455fbfba3ce3ac6f5bbae79b to your computer and use it in GitHub Desktop.
Save pozgo/fea18e70455fbfba3ce3ac6f5bbae79b to your computer and use it in GitHub Desktop.
Tmux Configuration File
set-option -g prefix C-a
set-option -g -q mouse on
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'christoomey/vim-tmux-navigator'
set -g @plugin 'tmux-plugins/tmux-online-status'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'tmux-plugins/tmux-sidebar'
set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @themepack 'block/polinux-orange'
# 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