From 24cc3626dc811ba28aa39f46b5abde57d61c2118 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 19 Jun 2008 21:45:46 +0000 Subject: Document command-prompt. Tweak TODO. --- tmux.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d3fb1266..ed14c71b 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.39 2008-06-18 16:39:15 nicm Exp $ +.\" $Id: tmux.1,v 1.40 2008-06-19 21:45:46 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" @@ -333,6 +333,13 @@ Bind key .Ar key to .Ar command . +.It Xo Ic command-prompt +.Op Fl t Ar target-client +.Xc +Open the command prompt in a client. +This may be used from inside +.Nm +to execute commands interactively. .It Xo Ic copy-mode .Op Fl t Ar target-window .Xc -- cgit