summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authornicm <nicm>2023-02-02 09:06:44 +0000
committernicm <nicm>2023-02-02 09:06:44 +0000
commit993e7a937fc416c17d96b455cce14b4db561d744 (patch)
tree49a0f550b7bb5ca6cefedd77b2d0ce4cb9f4c20f /key-bindings.c
parente7e112fbd0263bb8661d0cf931d66c1b57e7fd3b (diff)
Tweak note for D key binding, from Clark Wang.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 528e0b73..d0697544 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -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 }",