Skip to content

Instantly share code, notes, and snippets.

@hypebeast
Created December 4, 2012 19:50
Show Gist options
  • Save hypebeast/4207975 to your computer and use it in GitHub Desktop.
Save hypebeast/4207975 to your computer and use it in GitHub Desktop.
tmux config file (tmux.conf)
unbind C-b
set -g prefix C-a
unbind %
bind . split-window -h
bind - split-window -v
bind-key k select-pane -U
bind-key j select-pane -D
bind-key h select-pane -L
bind-key l select-pane -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment