From 3f996d2b8d8493775e135c532346fc6d8d92eae4 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 20 Oct 2025 21:32:04 +0100 Subject: Change prefix key to C-Space --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tmux.conf (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..0c9ece9 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,4 @@ +# Prefix key +unbind C-b +set -g prefix C-Space +bind C-Space send-prefix -- cgit