diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-19 21:45:46 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-19 21:45:46 +0000 |
commit | 24cc3626dc811ba28aa39f46b5abde57d61c2118 (patch) | |
tree | 880affc5098e921f34aa80313c5ffef7f0ed3bf4 /tmux.1 | |
parent | be0cf3bfe4523801cd4da6cb35eb53e8ee5bf234 (diff) | |
download | rtmux-24cc3626dc811ba28aa39f46b5abde57d61c2118.tar.gz rtmux-24cc3626dc811ba28aa39f46b5abde57d61c2118.tar.bz2 rtmux-24cc3626dc811ba28aa39f46b5abde57d61c2118.zip |
Document command-prompt. Tweak TODO.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 <nicm@users.sourceforge.net> .\" @@ -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 |