diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-05-20 08:49:05 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-05-20 08:49:05 +0100 |
commit | 1b28b2b51d264544a7c9490087561c9192459ba5 (patch) | |
tree | d0ed275c8a0ee1007ac763be32190411f40de97e /tmux.1 | |
parent | 95baa32383bf095daf1a1e707de6b540ddb05d37 (diff) | |
download | rtmux-1b28b2b51d264544a7c9490087561c9192459ba5.tar.gz rtmux-1b28b2b51d264544a7c9490087561c9192459ba5.tar.bz2 rtmux-1b28b2b51d264544a7c9490087561c9192459ba5.zip |
Add pane_start_path to match start_command.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5195,6 +5195,7 @@ The following variables are available, where appropriate: .It Li "pane_right" Ta "" Ta "Right of pane" .It Li "pane_search_string" Ta "" Ta "Last search string in copy mode" .It Li "pane_start_command" Ta "" Ta "Command pane started with" +.It Li "pane_start_path" Ta "" Ta "Path pane started with" .It Li "pane_synchronized" Ta "" Ta "1 if pane is synchronized" .It Li "pane_tabs" Ta "" Ta "Pane tab positions" .It Li "pane_title" Ta "#T" Ta "Title of pane (can be set by application)" |