From 9c0370daf78b103d900f97de879d32618c580219 Mon Sep 17 00:00:00 2001 From: whitney Date: Mon, 13 Apr 2026 14:25:10 -0700 Subject: [PATCH] Remove custom prefix key --- tmux/tmux.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 4951fcc..d5229a2 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -7,11 +7,6 @@ ### Function ------------------------------------ #------------------------------------------------ -# Set custom prefix key -unbind C-b -set -g prefix C-Space -bind C-Space send-prefix - # Reload the tmux configuration with + r bind r source-file ~/.tmux.conf \; display-message "Reloaded tmux.conf!"