From c9ff8e4e31c0b17a4471827c373eec1236cc988c Mon Sep 17 00:00:00 2001 From: void Date: Tue, 10 Mar 2026 23:51:41 +0300 Subject: [PATCH] Update tmux config --- dot_tmux.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index 2d3f146..73fbc08 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -17,14 +17,14 @@ set-option -g prefix C-space bind C-space send-prefix # use Alt-arrow keys without prefix key to switch panes -bind -n C-S-Left select-pane -L -bind -n C-S-Right select-pane -R -bind -n C-S-Up select-pane -U -bind -n C-S-Down select-pane -D +bind -n S-Left select-pane -L +bind -n S-Right select-pane -R +bind -n S-Up select-pane -U +bind -n S-Down select-pane -D # shift arrow to switch windows -bind -n S-Left previous-window -bind -n S-Right next-window +bind -n C-S-Left previous-window +bind -n C-S-Right next-window # inherit current path bind c new-window -c "#{pane_current_path}"