From b85142783b3bc3b60572b9c96b5d0bae3d1393bb Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Jan 2025 01:16:16 +0100 Subject: [PATCH] tmux/lineshift --- sh/tmux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index c82de0c..8a5f525 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -154,10 +154,10 @@ bind-key -n C-S-Right select-pane -R bind-key -n C-S-Up select-pane -U # status lines -bind-key -n C-Left set-option -g status on -bind-key -n C-Down set-option -g status 2 -bind-key -n C-Right set-option -g status 3 -bind-key -n C-Up set-option -g status 4 +bind-key -n M-S-Left set-option -g status on +bind-key -n M-S-Down set-option -g status 2 +bind-key -n M-S-Right set-option -g status 3 +bind-key -n M-S-Up set-option -g status 4 # switch session bind-key -n M-Down switch-client -n