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