diff options
author | nicm <nicm> | 2016-06-15 08:54:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-06-15 08:54:11 +0000 |
commit | 068b8b03ad06abf1082e288ed7496970cccd7678 (patch) | |
tree | 0aea704d9e4901d92914defc1bb34cdac33dec9e /tmux.1 | |
parent | 17e474445983ce4fd28cf181829657f1b8ff6ad1 (diff) | |
download | rtmux-068b8b03ad06abf1082e288ed7496970cccd7678.tar.gz rtmux-068b8b03ad06abf1082e288ed7496970cccd7678.tar.bz2 rtmux-068b8b03ad06abf1082e288ed7496970cccd7678.zip |
Add -F to list-commands.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -773,7 +773,9 @@ section. If .Ar target-session is specified, list only clients connected to that session. -.It Ic list-commands +.It Xo Ic list-commands +.Op Fl F Ar format +.Xc .D1 (alias: Ic lscm ) List the syntax of all commands supported by .Nm . @@ -3492,6 +3494,9 @@ The following variables are available, where appropriate: .It Li "client_width" Ta "" Ta "Width of client" .It Li "command_hooked" Ta "" Ta "Name of command hooked, if any" .It Li "command_name" Ta "" Ta "Name of command in use, if any" +.It Li "command_list_name" Ta "" Ta "Command name if listing commands" +.It Li "command_list_alias" Ta "" Ta "Command alias if listing commands" +.It Li "command_list_usage" Ta "" Ta "Command usage if listing commands" .It Li "cursor_flag" Ta "" Ta "Pane cursor flag" .It Li "cursor_x" Ta "" Ta "Cursor X position in pane" .It Li "cursor_y" Ta "" Ta "Cursor Y position in pane" |