Skip to content

Instantly share code, notes, and snippets.

@lamida
Created April 21, 2018 08:09
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 lamida/e6a020c1150ee74ba5b793a5be9eaf9f to your computer and use it in GitHub Desktop.
Save lamida/e6a020c1150ee74ba5b793a5be9eaf9f to your computer and use it in GitHub Desktop.
Jon's tmux.conf
set -g prefix C-a
bind C-a send-prefix
setw -g mode-keys vi
set -g mouse on
set-window-option -g xterm-keys on
set-option -g renumber-windows on
#######################################################
# TPM BEGIN
#######################################################
# List of plugins
# Supports `github_username/repo` or full git repo URLs
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-copycat \
tmux-plugins/tmux-yank \
tmux-plugins/tmux-pain-control \
tmux-plugins/tmux-sessionist \
tmux-plugins/tmux-continuum \
tmux-plugins/tmux-sidebar \
jbnicolai/tmux-fpp \
'
# Other examples:
# github_username/plugin_name \
# git@github.com/user/plugin \
# git@bitbucket.com/user/plugin \
# Initializes TMUX plugin manager.
# Keep this line at the very bottom of tmux.conf.
run-shell '~/.tmux/plugins/tpm/tpm'
set -g @resurrect-processes 'ssh'
#######################################################
# TPM END
#######################################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment