From eb288aae3223576ebe3f68f5faaa1c4fd02cb73b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 24 Apr 2011 21:32:07 +0000 Subject: Provide #h for short hostname (no domain) from Michal Mazurek. --- tmux.1 | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index af6b78e2..45db380a 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2005,6 +2005,7 @@ may contain any of the following special character sequences: .It Li "#(shell-command)" Ta "First line of the command's output" .It Li "#[attributes]" Ta "Colour or attribute change" .It Li "#H" Ta "Hostname of local host" +.It Li "#h" Ta "Hostname of local host without the domain name" .It Li "#F" Ta "Current window flag" .It Li "#I" Ta "Current window index" .It Li "#P" Ta "Current pane index" -- cgit