From 51d3a00b6ae550ddd7c5b7a7757603739b37702f Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 17 Jan 2025 15:37:37 +0100 Subject: [PATCH] tmux/sessions --- sh/tmux.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sh/tmux.sh b/sh/tmux.sh index cfacbc0..eed4da3 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -7,6 +7,10 @@ rwx_tmux_setup() { # reload configuration bind-key r source-file ~/.tmux.conf \\; display-message '↑ .tmux.conf' +# select sessions with Alt & ↑ | ↓ +bind -n M-Down switch-client -p +bind -n M-Up switch-client -n + # empty name for windows set -g automatic-rename on set -g automatic-rename-format ''