Text only
22 Nov 2010
 

tmux.conf

 
Tools: wrap/unwrap  
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
unbind C-b
unbind l
set -g prefix C-a
bind-key C-a last-window
set-window-option -g mode-keys emacs
set-window-option -g mode-mouse on
set -g default-terminal "screen-256color"
set -g history-limit 1000