Tweak note for D key binding, from Clark Wang.
authornicm <nicm@openbsd.org>
Thu, 2 Feb 2023 09:06:44 +0000 (09:06 +0000)
committernicm <nicm@openbsd.org>
Thu, 2 Feb 2023 09:06:44 +0000 (09:06 +0000)
usr.bin/tmux/key-bindings.c

index adadb4e..9d85226 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: key-bindings.c,v 1.146 2022/08/23 08:14:19 nicm Exp $ */
+/* $OpenBSD: key-bindings.c,v 1.147 2023/02/02 09:06:44 nicm Exp $ */
 
 /*
  * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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 }",