Skip to content

Instantly share code, notes, and snippets.

@TahirJalilov
Created February 23, 2021 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TahirJalilov/8f631d7c9f4842beab8d2702ca888b6e to your computer and use it in GitHub Desktop.
Save TahirJalilov/8f631d7c9f4842beab8d2702ca888b6e to your computer and use it in GitHub Desktop.
tmux configs
# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
TERM="xterm-256color"
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
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 -b '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment