Skip to content

Instantly share code, notes, and snippets.

@AlexEne
Created December 19, 2016 10:39
Show Gist options
  • Save AlexEne/049942816d606bb1899b05d8daa7ed93 to your computer and use it in GitHub Desktop.
Save AlexEne/049942816d606bb1899b05d8daa7ed93 to your computer and use it in GitHub Desktop.
tmux config
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g mode-mouse on
set -g mouse-select-window on
set -g mouse-select-pane on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment