Skip to content

Instantly share code, notes, and snippets.

@mikwat
Created August 30, 2016 01:49
Show Gist options
  • Save mikwat/d47bc8438336c98cd0230f2cfb969472 to your computer and use it in GitHub Desktop.
Save mikwat/d47bc8438336c98cd0230f2cfb969472 to your computer and use it in GitHub Desktop.
# 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