tmux/prompts

This commit is contained in:
Marc Beninca 2025-01-23 12:41:51 +01:00
parent 2227b2cb3e
commit 7ab5f521c8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -237,7 +237,9 @@ 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 │
# ├─────────────────────┬────┴────┬──┴──────┬────╯
# ├──────────────────────────┴───────┴─┬───┬─────┴───╮
# │ command-prompt 'rename-session %%' │ │ │
# │ command-prompt 'rename-window %%' │ │ │
# │ detach │ d │ │
# │ set-option -g mouse │ │ t │
# │ source-file │ │ r │
@ -245,6 +247,6 @@ bind-key M-Right swap-window -t +1
# │ split-window -v │ " │ v │
# │ swap-window -t -1 │ │ M-Left │
# │ swap-window -t +1 │ │ M-Right │
# ╰─────────────────────┴─────────┴─────────╯
# ╰────────────────────────────────────┴───┴─────────╯
"
}