From f83feca42cf66c9bce5f525cd1f78249e94cae62 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Mon, 6 Sep 2021 12:13:50 +0100 Subject: [PATCH] Change prefix from Ctrl+B to Ctrl+A --- .tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index db3e870..08d96d5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,8 @@ # Bind r to reload the source +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix + bind r source ~/.tmux.conf # Remove ESC moving panes, etc @@ -59,7 +63,7 @@ bind P choose-buffer # ------ General ------ # Enable mouse control (clickable windows, panes, resizable panes) -#set -g mouse on +set -g mouse on # Disable auto renames set-option -g allow-rename off