Skip to content

Instantly share code, notes, and snippets.

@robotmay
robotmay / .tmux.conf
Created March 7, 2014 16:47
Tmux conf
unbind C-b
set -g prefix C-a
bind -n M-Left select-pane -L
bind -n M-Right select-pane -R
bind -n M-Up select-pane -U
bind -n M-Down select-pane -D
set -g default-terminal "screen-256color"
set -sg escape-time 0