mirror of
https://github.com/tmux/tmux.git
synced 2026-03-06 15:55:33 +00:00
Add sorting (-O flag) and a custom format (-F) to list-keys, from Dane
Jensen in GitHub issue 4845.
This commit is contained in:
58
tmux.1
58
tmux.1
@@ -2245,6 +2245,18 @@ Same as
|
||||
.Ic scroll-down
|
||||
but also exit copy mode if the cursor reaches the bottom.
|
||||
.It Xo
|
||||
.It Xo
|
||||
.Ic scroll-exit-on
|
||||
.Xc
|
||||
Turn on exiting copy mode when scrolling to the end of the buffer.
|
||||
.It Xo
|
||||
.Ic scroll-exit-off
|
||||
.Xc
|
||||
Turn off exiting copy mode when scrolling to the end of the buffer.
|
||||
.It Xo
|
||||
.Ic scroll-exit-toggle
|
||||
.Xc
|
||||
Toggle exiting copy mode when scrolling to the end of the buffer.
|
||||
.Ic scroll-middle
|
||||
(vi: z)
|
||||
.Xc
|
||||
@@ -3825,24 +3837,45 @@ To view the default bindings and possible commands, see the
|
||||
command.
|
||||
.Tg lsk
|
||||
.It Xo Ic list-keys
|
||||
.Op Fl 1aN
|
||||
.Op Fl 1aNr
|
||||
.Op Fl F Ar format
|
||||
.Op Fl O Ar sort-order
|
||||
.Op Fl P Ar prefix-string
|
||||
.Op Fl T Ar key-table
|
||||
.Op Ar key
|
||||
.Xc
|
||||
.D1 Pq alias: Ic lsk
|
||||
List key bindings.
|
||||
There are two forms: the default lists keys as
|
||||
.Fl F
|
||||
specifies the format of each line.
|
||||
See the
|
||||
.Sx FORMATS
|
||||
section.
|
||||
.Fl T
|
||||
specifies a
|
||||
.Ar key-table
|
||||
to list from.
|
||||
.Fl 1
|
||||
lists only the first matching key.
|
||||
.Fl O
|
||||
specifies the sort order: one of
|
||||
.Ql key ,
|
||||
.Ql modifier ,
|
||||
.Ql name
|
||||
(table name).
|
||||
.Fl r
|
||||
reverses the sort order.
|
||||
.Pp
|
||||
If no
|
||||
.Ar format
|
||||
is given, there are two forms: the default lists keys as
|
||||
.Ic bind-key
|
||||
commands;
|
||||
.Fl N
|
||||
lists only keys with attached notes and shows only the key and note for each
|
||||
key.
|
||||
.Pp
|
||||
With the default form, all key tables are listed by default.
|
||||
.Fl T
|
||||
lists only keys in
|
||||
.Ar key-table .
|
||||
With the default form, all key tables are listed unless specified otherwise.
|
||||
.Pp
|
||||
With the
|
||||
.Fl N
|
||||
@@ -3855,9 +3888,7 @@ key tables are listed by default;
|
||||
also lists only keys in
|
||||
.Ar key-table .
|
||||
.Fl P
|
||||
specifies a prefix to print before each key and
|
||||
.Fl 1
|
||||
lists only the first matching key.
|
||||
specifies a prefix to print before each key.
|
||||
.Fl a
|
||||
lists the command for keys that do not have a note rather than skipping them.
|
||||
.Tg send
|
||||
@@ -6234,6 +6265,15 @@ The following variables are available, where appropriate:
|
||||
.It Li "host" Ta "#H" Ta "Hostname of local host"
|
||||
.It Li "host_short" Ta "#h" Ta "Hostname of local host (no domain name)"
|
||||
.It Li "insert_flag" Ta "" Ta "Pane insert flag"
|
||||
.It Li "key_string" Ta "" Ta "String representation of the key binding"
|
||||
.It Li "key_repeat" Ta "" Ta "1 if key binding is repeatable"
|
||||
.It Li "key_note" Ta "" Ta "Note of the key binding"
|
||||
.It Li "key_prefix" Ta "" Ta "Global key prefix"
|
||||
.It Li "key_table" Ta "" Ta "Table name of the key binding"
|
||||
.It Li "key_command" Ta "" Ta "Command of the key binding"
|
||||
.It Li "key_has_repeat" Ta "" Ta "1 if list contain a repeatable key"
|
||||
.It Li "key_string_width" Ta "" Ta "Maximum key_string width in list"
|
||||
.It Li "key_table_width" Ta "" Ta "Maximum key_table width in list"
|
||||
.It Li "keypad_cursor_flag" Ta "" Ta "Pane keypad cursor flag"
|
||||
.It Li "keypad_flag" Ta "" Ta "Pane keypad flag"
|
||||
.It Li "last_window_index" Ta "" Ta "Index of last window in session"
|
||||
|
||||
Reference in New Issue
Block a user