From 3472e7028412700e01ebc6b170fd45fde71130fe Mon Sep 17 00:00:00 2001 From: yeti Date: Wed, 14 May 2025 07:39:51 +0100 Subject: [PATCH] feat(tmux): unbind C-b in tmux --- home/.config/tmux/tmux.conf.local | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/.config/tmux/tmux.conf.local b/home/.config/tmux/tmux.conf.local index 40c0b5d..fc83f3c 100644 --- a/home/.config/tmux/tmux.conf.local +++ b/home/.config/tmux/tmux.conf.local @@ -381,11 +381,11 @@ set -g mouse on #set -g mode-keys vi # replace C-b by C-a instead of using both prefixes -# set -gu prefix2 -# unbind C-a -# unbind C-b -# set -g prefix C-a -# bind C-a send-prefix +set -gu prefix2 +unbind C-a +unbind C-b +set -g prefix C-a +bind C-a send-prefix # if you don't want Oh my tmux! to alter a binding, use #!important # bind c new-window -c '#{pane_current_path}' #!important