Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created May 17, 2011 15:38
Show Gist options
  • Save wilkes/976713 to your computer and use it in GitHub Desktop.
Save wilkes/976713 to your computer and use it in GitHub Desktop.
# Make it use C-a, similar to screen..
unbind C-b
unbind l
set -g prefix C-o
bind-key C-o last-window
# Reload key
bind r source-file ~/.tmux.conf
set -g default-terminal "screen-256color"
set -g history-limit 1000
setw -g monitor-activity on
set -g visual-activity on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment