Skip to content

Instantly share code, notes, and snippets.

@nkgentile
Created February 4, 2020 18:28
Show Gist options
  • Save nkgentile/63c1af6bd8e5305fae7123522a0dfa32 to your computer and use it in GitHub Desktop.
Save nkgentile/63c1af6bd8e5305fae7123522a0dfa32 to your computer and use it in GitHub Desktop.
.tmux.conf
set-window-option -g mode-keys vi
set -g @continuum-restore 'on'
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# Session Management
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
# 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