Skip to content

Instantly share code, notes, and snippets.

@devries
Last active October 28, 2020 15:42
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 devries/deff8c85da1564df95fe491996df1d99 to your computer and use it in GitHub Desktop.
Save devries/deff8c85da1564df95fe491996df1d99 to your computer and use it in GitHub Desktop.
Use CTRL-a the way God intended.
unbind C-b
set -g prefix C-a
bind C-a send-prefix
bind-key a send-keys C-a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment