tmux/prompts
This commit is contained in:
parent
37c4f1b0c2
commit
1dc78a4842
1 changed files with 5 additions and 1 deletions
|
@ -205,6 +205,10 @@ bind-key -n M-Right next-window
|
|||
# │ key │ prefix │
|
||||
# ╰─────┴────────╯
|
||||
|
||||
# rename
|
||||
bind-key C-s command-prompt 'rename-session %%'
|
||||
bind-key C-w command-prompt 'rename-window %%'
|
||||
|
||||
# split window
|
||||
bind-key h split-window -h
|
||||
bind-key v split-window -v
|
||||
|
@ -226,7 +230,7 @@ bind-key M-Right swap-window -t +1
|
|||
# ╭────────────────────────────────────┼───────────┼─────────┼─────┼─────┤
|
||||
# │ command-prompt 'rename-session %%' │ │ C-s │ │ │
|
||||
# │ command-prompt 'rename-window %%' │ │ C-w │ │ │
|
||||
# │ detach-client │ F6 │ │ │ d │
|
||||
# │ detach-client │ │ │ │ d │
|
||||
# │ new-session │ │ │ │ │
|
||||
# │ new-window │ F2 │ │ │ │
|
||||
# │ next-window │ M-Right │ │ │ │
|
||||
|
|
Loading…
Reference in a new issue