From cca3019283d319b89423b9d2d486e8ec9ae7f62d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 19 Jan 2025 01:07:34 +0100 Subject: [PATCH] tmux/lines --- sh/tmux.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 200bd99..c82de0c 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -154,7 +154,9 @@ bind-key -n C-S-Right select-pane -R bind-key -n C-S-Up select-pane -U # status lines -bind-key -n C-Down set-option -g status 3 +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 # switch session