Skip to content

Instantly share code, notes, and snippets.

@drewblumberg
Created June 4, 2014 14:38
Show Gist options
  • Save drewblumberg/55d6932344a28553ad11 to your computer and use it in GitHub Desktop.
Save drewblumberg/55d6932344a28553ad11 to your computer and use it in GitHub Desktop.
Tmux conf
# Make mouse useful in copy mode
setw -g mode-mouse on
# Allow mouse to select which pane to use
set -g mouse-select-pane on
# Allow mouse dragging to resize panes
set -g mouse-resize-pane on
# Allow mouse to select windows
set -g mouse-select-window on
# Scroll History
set -g history-limit 30000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment