From c69a467ddf32e1ea09d97eea035bc600ee9e7427 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 21 Jun 2025 12:57:57 +0200 Subject: [PATCH] wip --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux.conf b/tmux.conf index 94dca32..b6b9431 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,6 +20,12 @@ unbind C-b # ─< set the prefix to "C-Space" >──────────────────────────────────────────────────────── set -g prefix C-Space bind C-Space send-prefix + +# ─< set the prefix2 to "C-b" >──────────────────────────────────────────────────────── +# NOTE: for guacamole use +set -g prefix2 C-b +bind C-b send-prefix + bind h copy-mode set -g visual-activity on