From 8382337d3efeda8cf01526054c647e5988c47141 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 10 Nov 2023 15:27:42 +0100 Subject: tmux: Go back to the C-b prefix --- .config/tmux/tmux.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.config') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c3d6788..f06f5fd 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -23,11 +23,6 @@ set -ga terminal-overrides ',xterm-256color:Tc' # Removes the need for numbers by the window names set -g renumber-windows on -# Change the prefix -set -g prefix C-Space -unbind C-b -bind C-Space send-prefix - # Make killing the whole thing easier bind q kill-session @@ -37,3 +32,5 @@ set -g mouse on # Quickly switch windows bind -n C-w previous-window bind -n C-e next-window + +bind C-w send -l '' -- cgit v1.2.3