Skip to content

Instantly share code, notes, and snippets.

@robotmay
Created March 7, 2014 16:47
Show Gist options
  • Save robotmay/9415055 to your computer and use it in GitHub Desktop.
Save robotmay/9415055 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment