diff options
author | nicm <nicm> | 2017-05-07 22:27:57 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-07 22:27:57 +0000 |
commit | 5fee4638e08b1642a3b8882c5cf8825dd76b3a81 (patch) | |
tree | 5f05c50a17e78893cfee68f343c63ce114fd0ddd /tmux.1 | |
parent | d52f579fd5e7fd21d7dcf837780cbf98498b10ce (diff) | |
download | rtmux-5fee4638e08b1642a3b8882c5cf8825dd76b3a81.tar.gz rtmux-5fee4638e08b1642a3b8882c5cf8825dd76b3a81.tar.bz2 rtmux-5fee4638e08b1642a3b8882c5cf8825dd76b3a81.zip |
Add a format for the name of the pane's mode, lets it be used as a
conditional for key bindings.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3561,6 +3561,7 @@ The following variables are available, where appropriate: .It Li "pane_input_off" Ta "" Ta "If input to pane is disabled" .It Li "pane_index" Ta "#P" Ta "Index of pane" .It Li "pane_left" Ta "" Ta "Left of pane" +.It Li "pane_mode" Ta "" Ta "Name of pane mode, if any." .It Li "pane_pid" Ta "" Ta "PID of first process in pane" .It Li "pane_right" Ta "" Ta "Right of pane" .It Li "pane_search_string" Ta "" Ta "Last search string in copy mode" |