From 817dfea3e361e2e7c92c39d0b84fa3f415212e57 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 6 Apr 2024 00:52:49 +0200 Subject: [PATCH] update tmux.conf --- .tmux.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 3a66fe5..4c935f5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,8 +1,12 @@ # thanks to this awesome guide: https://thevaluable.dev/tmux-config-mouseless/ (visited 2023-02-04 -# make ctrl-space the prefix. Keep ctrl-b as an alternative. -#unbind C-b -set -g prefix2 C-Space +# make ctrl-space the prefix. Unbind default ctrl-b +set -g prefix C-Space +set -g prefix C-Space +unbind -T prefix C-b +unbind -n C-b +unbind C-b +bind-key -n C-b send-keys C-b # enable using the mouse set -g mouse on @@ -138,3 +142,4 @@ set-window-option -g clock-mode-colour green #green # bell set-window-option -g window-status-bell-style fg=black,bg=red #base02, red +