From e12ad09ea6582ecc31d61a4107084a6e21e31190 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 3 May 2023 14:22:51 -0500 Subject: [PATCH] tmux prefix changes --- home/private_dot_config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/private_dot_config/tmux/tmux.conf b/home/private_dot_config/tmux/tmux.conf index 35da35b..b48af31 100644 --- a/home/private_dot_config/tmux/tmux.conf +++ b/home/private_dot_config/tmux/tmux.conf @@ -4,10 +4,11 @@ setw -g mode-keys vi set -g mouse on # keybindings -# smart pane switching with awareness of vim splits -set -g prefix C-a +set -g prefix C-Space +bind-key C-Space send-prefix unbind C-b +# smart pane switching with awareness of vim splits bind h select-pane -L bind j select-pane -D bind k select-pane -U