From ee10e200fd9f342522fe9a1c140033d2784c220a Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 18 Nov 2024 19:49:19 -0500 Subject: [PATCH] Switch tmux to ctrl p leader --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6c1a251..5fe59b7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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