Skip to content

Instantly share code, notes, and snippets.

@rivetmichael
Created October 24, 2015 14:47
Show Gist options
  • Save rivetmichael/8e84a3d6d6e4e117b689 to your computer and use it in GitHub Desktop.
Save rivetmichael/8e84a3d6d6e4e117b689 to your computer and use it in GitHub Desktop.
.tmux.conf
# Enabling copy / paste in tmux¬
set-option -g default-command "reattach-to-user-namespace -l zsh"¬
# Enabling mouse support¬
set -g mode-mouse on¬
set -g mouse-resize-pane on¬
set -g mouse-select-pane on¬
set -g mouse-select-window on¬
# set-window-option -g mode-mouse on¬
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