diff --git a/sh/tmux.sh b/sh/tmux.sh index 975e358..3c84185 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -219,34 +219,35 @@ bind-key t set-option -g mouse \\; display-message 'mouse = #{mouse}' bind-key M-Left swap-window -t -1 bind-key M-Right swap-window -t +1 -# ╭──────────────────────────┬───────┬───────────╮ -# │ detach-client │ │ F6 │ -# │ new-window │ │ F2 │ -# │ next-window │ │ M-Right │ -# │ prefix │ C-b │ F12 │ -# │ previous-window │ │ M-Left │ -# │ select-pane -D │ │ C-S-Down │ -# │ select-pane -L │ │ C-S-Left │ -# │ select-pane -R │ │ C-S-Right │ -# │ select-pane -U │ │ C-S-Up │ -# │ set-option -g status off │ │ C-F10 │ -# │ set-option -g status on │ │ C-F1 │ -# │ set-option -g status 2 │ │ C-F2 │ -# │ set-option -g status 3 │ │ C-F3 │ -# │ set-option -g status 4 │ │ C-F4 │ -# │ set-option -g status 5 │ │ C-F5 │ -# │ switch-client -n │ │ M-Down │ -# │ switch-client -p │ │ M-Up │ -# ├──────────────────────────┴───────┴─┬───┬─────┴───╮ -# │ 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 │ -# ╰────────────────────────────────────┴───┴─────────╯ +# ╭───────────╮ +# │ default │ +# ╭───────────┬─────────┼─────┬─────┤ +# │ -n │ F12 │ -n │ C-b │ +# ╭────────────────────────────────────┼───────────┼─────────┼─────┼─────┤ +# │ command-prompt 'rename-session %%' │ │ C-s │ │ │ +# │ command-prompt 'rename-window %%' │ │ C-w │ │ │ +# │ detach-client │ F6 │ │ │ d │ +# │ new-window │ F2 │ │ │ │ +# │ next-window │ M-Right │ │ │ │ +# │ previous-window │ M-Left │ │ │ │ +# │ select-pane -D │ C-S-Down │ │ │ │ +# │ select-pane -L │ C-S-Left │ │ │ │ +# │ select-pane -R │ C-S-Right │ │ │ │ +# │ select-pane -U │ C-S-Up │ │ │ │ +# │ set-option -g mouse │ │ t │ │ │ +# │ set-option -g status off │ C-F10 │ │ │ │ +# │ set-option -g status on │ C-F1 │ │ │ │ +# │ set-option -g status 2 │ C-F2 │ │ │ │ +# │ set-option -g status 3 │ C-F3 │ │ │ │ +# │ set-option -g status 4 │ C-F4 │ │ │ │ +# │ set-option -g status 5 │ C-F5 │ │ │ │ +# │ source-file │ │ r │ │ │ +# │ split-window -h │ │ h │ │ % │ +# │ split-window -v │ │ v │ │ " │ +# │ swap-window -t -1 │ │ M-Left │ │ │ +# │ swap-window -t +1 │ │ M-Right │ │ │ +# │ switch-client -n │ M-Down │ │ │ │ +# │ switch-client -p │ M-Up │ │ │ │ +# ╰────────────────────────────────────┴───────────┴─────────┴─────┴─────╯ " }