mirror of
https://github.com/tmux/tmux.git
synced 2024-12-24 01:58:46 +00:00
Tweak note for D key binding, from Clark Wang.
This commit is contained in:
parent
e7e112fbd0
commit
993e7a937f
@ -377,7 +377,7 @@ key_bindings_init(void)
|
||||
"bind -N 'Move to the previously active pane' \\; { last-pane }",
|
||||
"bind -N 'Choose a paste buffer from a list' = { choose-buffer -Z }",
|
||||
"bind -N 'List key bindings' ? { list-keys -N }",
|
||||
"bind -N 'Choose a client from a list' D { choose-client -Z }",
|
||||
"bind -N 'Choose and detach a client from a list' D { choose-client -Z }",
|
||||
"bind -N 'Spread panes out evenly' E { select-layout -E }",
|
||||
"bind -N 'Switch to the last client' L { switch-client -l }",
|
||||
"bind -N 'Clear the marked pane' M { select-pane -M }",
|
||||
|
Loading…
Reference in New Issue
Block a user