From 1d6b711561bc95865dfb129a89afa050b0a50077 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Tue, 21 Apr 2026 08:10:36 -0500 Subject: [PATCH] fix: Moving back to the default keybinding for tmux as it causes issues with using other non-customized systems and neovim completion defaults --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 442c131..9089dbc 100644 --- a/tmux.conf +++ b/tmux.conf @@ -16,9 +16,9 @@ set-option -g allow-rename # Bindings ## More comfortable prefix binding -unbind C-b -set-option -g prefix C-Space -bind-key C-Space send-prefix +# unbind C-b +# set-option -g prefix C-Space +# bind-key C-Space send-prefix ## More natural window splits bind \\ split-window -h -c "#{pane_current_path}"