From 128a32fc25ed0b207dcae8594b3cd763b7df7dbf Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sun, 30 Nov 2025 20:50:35 -0500 Subject: [PATCH] save --- tmux/.tmux.conf | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9fd82cf..402c7ad 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,6 +1,10 @@ -unbind C-b -set -g prefix C-s -bind C-s send-prefix -set -g mode-keys vi -set -g status-keys vi -set -s escape-time 0 +unbind-key C-b +set-option -g prefix C-s +bind-key C-s send-prefix + +bind -r k select-pane -U +bind -r j select-pane -D +bind -r h select-pane -L +bind -r l select-pane -R + +set-option -s escape-time 0