diff options
author | nicm <nicm> | 2022-05-30 13:07:06 +0000 |
---|---|---|
committer | nicm <nicm> | 2022-05-30 13:07:06 +0000 |
commit | 2f2bb82f5f9c7ba995e8c21a217926efbbb4c5e5 (patch) | |
tree | efd647df7a1bc753ae07ae769de76ba7ff669aa3 /tmux.1 | |
parent | 6a5d210e558ffe9d8ec9b84f06da07e69629db7b (diff) | |
download | rtmux-2f2bb82f5f9c7ba995e8c21a217926efbbb4c5e5.tar.gz rtmux-2f2bb82f5f9c7ba995e8c21a217926efbbb4c5e5.tar.bz2 rtmux-2f2bb82f5f9c7ba995e8c21a217926efbbb4c5e5.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
@@ -5192,6 +5192,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)" |