Skip to content

Instantly share code, notes, and snippets.

@jpiche
Created July 16, 2012 14:51
Show Gist options
  • Select an option

  • Save jpiche/3123138 to your computer and use it in GitHub Desktop.

Select an option

Save jpiche/3123138 to your computer and use it in GitHub Desktop.
Tmux config file
# 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