From 8a3ec7bf843069a0bc729de28861453bac5b5ed3 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Mon, 17 Jul 2023 12:44:07 +0200 Subject: [PATCH] [tmux] Add second prefix --- tmux/.tmux.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 66cd0fd..d71cac8 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -4,11 +4,8 @@ set -g default-terminal "xterm-256color" set -g history-limit 20000 # Remap prefix -unbind C-b set-option -g prefix C-a -bind-key C-a send-prefix -bind-key -n C-b send-keys C-b -bind-key -n C-b send-prefix +set-option -g prefix2 C-b setw -g mode-keys vi set-option -g status-keys vi