Skip to content

Instantly share code, notes, and snippets.

@qmoya
Created September 19, 2011 12:57
Show Gist options
  • Save qmoya/1226447 to your computer and use it in GitHub Desktop.
Save qmoya/1226447 to your computer and use it in GitHub Desktop.
My tmux
# use vi keys
set -g status-keys vi
setw -g mode-keys vi
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# force a reload of the config file
unbind r
bind r source-file ~/.tmux.conf
# quick pane cycling
unbind ^A
bind ^A select-pane -t :.+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment