Created
October 21, 2022 18:08
-
-
Save himamis/ce325a52dc97822f888e074ba338ea52 to your computer and use it in GitHub Desktop.
tmux Configuration
This file contains hidden or 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