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