Skip to content

Instantly share code, notes, and snippets.

@bikz05
Created August 12, 2017 20:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bikz05/0001886c9bb65f82a2cd6ffbadf12842 to your computer and use it in GitHub Desktop.
Save bikz05/0001886c9bb65f82a2cd6ffbadf12842 to your computer and use it in GitHub Desktop.
tmux configuration file
# Enable mouse support
set -g mouse on
# Enable Ctrl + left/right arrow.
set-window-option -g xterm-keys on
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# 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 '~/.tmux/plugins/tpm/tpm'
# Plugin to save tmux session
set -g @plugin 'tmux-plugins/tmux-resurrect'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment