Skip to content

Instantly share code, notes, and snippets.

@aleksseven
Last active November 27, 2020 17:34
Show Gist options
  • Save aleksseven/d918bcbeb6f0f808a3456dd2cfe3ecd4 to your computer and use it in GitHub Desktop.
Save aleksseven/d918bcbeb6f0f808a3456dd2cfe3ecd4 to your computer and use it in GitHub Desktop.
# BY Alex Sanchez Arellano
set-option -sg escape-time 10
set-option -g default-terminal "screen-256color"
set-option -g focus-events on
set-option -sa terminal-overrides ",screen-256color:RGB"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'jimeh/tmux-themepack'
set -g @themepack 'powerline/default/gray'
# Initialize TMUX plugin manager
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment