Switch tmux to ctrl p leader

This commit is contained in:
Tyler Perkins 2024-11-18 19:49:19 -05:00
parent 1221a5b80f
commit ee10e200fd
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -1,7 +1,7 @@
# Remap leader to ctrl+a
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set-option -g prefix C-p
bind-key C-p send-prefix
# Quick release config file
bind r source-file ~/.tmux.conf