diff --git a/sh/tmux.sh b/sh/tmux.sh index 30370ea..88ec3aa 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -309,6 +309,8 @@ bind-key -n F6 detach-client # new bind-key -n S-M-Down new-session bind-key -n S-M-Right new-window +# like byobu +bind-key -n F2 new-window # select pane bind-key -n C-S-Down select-pane -D @@ -374,8 +376,8 @@ bind-key S set-window-option synchronize-panes \ # │ copy-mode │ │ │ │ PPage │ # │ detach-client │ F6 │ │ │ d │ # │ kill-server │ │ k │ │ │ -# │ new-session │ │ │ │ │ -# │ new-window │ F2 │ │ │ c │ +# │ new-session │ S-M-Down │ │ │ │ +# │ new-window │ S-M-Right │ │ │ c │ # │ next-window │ M-Right │ │ │ n │ # │ previous-window │ M-Left │ │ │ p │ # │ rename-session │ │ C-s │ │ │