Skip to content

Instantly share code, notes, and snippets.

@rlazoti
rlazoti / tmux.conf
Created January 5, 2011 14:19
tmux config file
unbind C-b
unbind l
set -g prefix C-a
bind-key C-a last-window
bind up resize-pane -U 1
bind down resize-pane -D 1
bind left resize-pane -L 1
bind right resize-pane -R 1