Skip to content

Instantly share code, notes, and snippets.

@jackbravo
Last active December 26, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackbravo/7163635 to your computer and use it in GitHub Desktop.
Save jackbravo/7163635 to your computer and use it in GitHub Desktop.
My tmux conf
set-option -g prefix C-a
bind-key C-a last-window
bind-key a send-prefix
# 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 xterm titles in terminal window, terminal scrolling with scrollbar, and setting overrides of C-Up, C-Down, C-Left, C-Right
set -g terminal-overrides "xterm*:XT:smcup@:rmcup@:kUP5=\eOA:kDN5=\eOB:kLFT5=\eOD:kRIT5=\eOC"
# 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