From ca6a121e63c61eb45a81dc7318ed290b8dca45e6 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 3 May 2017 05:53:34 +0000 Subject: Add a format for the last search string in copy mode and fix the prompt so it can work when in -I, suggested by Suraj N Kurapati. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index fe251802..1258c6d3 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3563,6 +3563,7 @@ The following variables are available, where appropriate: .It Li "pane_left" Ta "" Ta "Left of pane" .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" .It Li "pane_start_command" Ta "" Ta "Command pane started with" .It Li "pane_synchronized" Ta "" Ta "If pane is synchronized" .It Li "pane_tabs" Ta "" Ta "Pane tab positions" -- cgit