Created
April 8, 2020 16:16
-
-
Save 4383/e7354e9cafb198f4adaae3819e408e3d to your computer and use it in GitHub Desktop.
Switch tmux prefix from C-b to C-a,
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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