Skip to content

Instantly share code, notes, and snippets.

@kevinquillen
Created December 21, 2016 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinquillen/6ed7b7932a2abee59ef808641d9ccc5a to your computer and use it in GitHub Desktop.
Save kevinquillen/6ed7b7932a2abee59ef808641d9ccc5a to your computer and use it in GitHub Desktop.
my tmux conf
set -g prefix C-a
unbind C-b
bind C-a send-prefix
set -s escape-time 1
set -g base-index 1
set -g pane-base-index 1
bind r source-file ~/.tmux.conf \; display "Reloaded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment