Skip to content

Instantly share code, notes, and snippets.

@4383
Created April 8, 2020 16:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 4383/e7354e9cafb198f4adaae3819e408e3d to your computer and use it in GitHub Desktop.
Save 4383/e7354e9cafb198f4adaae3819e408e3d to your computer and use it in GitHub Desktop.
Switch tmux prefix from C-b to C-a,
# remap prefix from 'C-b' to 'C-a'
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment