Skip to content

Instantly share code, notes, and snippets.

@patstew
Last active March 3, 2020 15:29
Show Gist options
  • Save patstew/04e5629654cbb1e7018ff3564e5f6dca to your computer and use it in GitHub Desktop.
Save patstew/04e5629654cbb1e7018ff3564e5f6dca to your computer and use it in GitHub Desktop.
# remap prefix to Control + a
set -g prefix C-a
# bind 'C-a C-a' to type 'C-a'
bind C-a send-prefix
unbind C-b
set -g default-terminal "screen-256color"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment