diff --git a/sh/tmux.sh b/sh/tmux.sh index 8700be4..975e358 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -237,14 +237,16 @@ bind-key M-Right swap-window -t +1 # │ set-option -g status 5 │ │ C-F5 │ # │ switch-client -n │ │ M-Down │ # │ switch-client -p │ │ M-Up │ -# ├─────────────────────┬────┴────┬──┴──────┬────╯ -# │ detach │ d │ │ -# │ set-option -g mouse │ │ t │ -# │ source-file │ │ r │ -# │ split-window -h │ % │ h │ -# │ split-window -v │ " │ v │ -# │ swap-window -t -1 │ │ M-Left │ -# │ swap-window -t +1 │ │ M-Right │ -# ╰─────────────────────┴─────────┴─────────╯ +# ├──────────────────────────┴───────┴─┬───┬─────┴───╮ +# │ command-prompt 'rename-session %%' │ │ │ +# │ command-prompt 'rename-window %%' │ │ │ +# │ detach │ d │ │ +# │ set-option -g mouse │ │ t │ +# │ source-file │ │ r │ +# │ split-window -h │ % │ h │ +# │ split-window -v │ " │ v │ +# │ swap-window -t -1 │ │ M-Left │ +# │ swap-window -t +1 │ │ M-Right │ +# ╰────────────────────────────────────┴───┴─────────╯ " }