Skip to content

Instantly share code, notes, and snippets.

View dinsley's full-sized avatar

Daniel Insley dinsley

View GitHub Profile

Keybase proof

I hereby claim:

  • I am dinsley on github.
  • I am dinsley (https://keybase.io/dinsley) on keybase.
  • I have a public key whose fingerprint is 4F36 9412 8826 32B9 190D EBBC BD6B 9813 5628 4201

To claim this, I am signing this object:

# Make tmux use C-a instead of C-b (just like screen!)
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# Reload config file
bind r source-file ~/.tmux.conf \; display "Config Reloaded"
# Reset the escape time
set -sg escape-time 1