From df1d578ed9c2695be500c45fa62bde5fb465a59e Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 16 Jun 2025 15:25:26 +0200 Subject: [PATCH] tmux/new --- sh/tmux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 1ee07aa..0294e7f 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -179,8 +179,9 @@ set-option -g status-position bottom # detach client bind-key -n F6 detach-client -# new window -bind-key -n F2 new-window +# new +bind-key -n S-M-Down new-session +bind-key -n S-M-Right new-window # select pane bind-key -n C-S-Down select-pane -D