From 5a34f51d337aefa723d3e5366727f88c723b293a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 12 May 2020 08:57:55 +0100 Subject: Include key bindings in customize mode. --- tmux.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d93f34aa..b6ac248f 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1970,8 +1970,8 @@ This command works only if at least one client is attached. .Op Fl t Ar target-pane .Op Ar template .Xc -Put a pane into customize mode, where options may be browsed and modified from a -list. +Put a pane into customize mode, where options and key bindings may be browsed +and modified from a list. Option values in the list are shown for the active pane in the current window. .Fl Z zooms the pane. @@ -1985,11 +1985,11 @@ The following keys may be used in customize mode: .It Li "-" Ta "Collapse selected item" .It Li "M-+" Ta "Expand all items" .It Li "M--" Ta "Collapse all items" -.It Li "s" Ta "Set pane, window, session or global option value" +.It Li "s" Ta "Set option value or key attribute" .It Li "S" Ta "Set global option value" .It Li "w" Ta "Set window option value, if option is for pane and window" -.It Li "u" Ta "Unset an option (set to default value if global)" -.It Li "U" Ta "Unset tagged options" +.It Li "u" Ta "Unset an option (set to default value if global) or unbind a key" +.It Li "U" Ta "Unset tagged options and unbind tagged keys" .It Li "C-s" Ta "Search by name" .It Li "n" Ta "Repeat last search" .It Li "t" Ta "Toggle if item is tagged" -- cgit