From 37eeb401840b593f39639c373eb8f7b8a1da197d Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Fri, 8 Dec 2023 00:03:40 +0100 Subject: [PATCH] Use '' for tmux prefix --- .config/tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2e40a4f..1dec0b6 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,6 +1,8 @@ # General -set -g prefix C-Space +unbind C-b +set -g prefix C-a +bind-key C-a send-prefix set -g base-index 1 setw -g monitor-activity on