Skip to content

Instantly share code, notes, and snippets.

@eieio
Last active August 29, 2015 14:02
Show Gist options
  • Save eieio/6458ba06220292025c5b to your computer and use it in GitHub Desktop.
Save eieio/6458ba06220292025c5b to your computer and use it in GitHub Desktop.
tmux config
set-option -g prefix C-a
unbind-key C-b
bind-key a send-prefix
set-window-option -g mode-keys vi
set-option -g status-right "\"#22T\" %I:%M %D"
set-option -g history-limit 9000
unbind-key l
bind-key -r l select-pane -R
bind-key -r h select-pane -L
bind-key -r k select-pane -U
bind-key -r j select-pane -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment