Skip to content

Instantly share code, notes, and snippets.

@CarpeNoctem
Created January 30, 2017 00:56
Show Gist options
  • Save CarpeNoctem/61d418789067e69ca5442c672c5ac739 to your computer and use it in GitHub Desktop.
Save CarpeNoctem/61d418789067e69ca5442c672c5ac739 to your computer and use it in GitHub Desktop.
Simple tmux config file to use ctrl+a instead of ctrl+b
set -g prefix C-a
bind-key C-a last-window
bind-key a send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment