diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-10 17:52:51 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-10 17:52:51 +0000 |
commit | f1ce95915c612ef3b429dc7d2f635b5758b27669 (patch) | |
tree | 4151a79b448c88fb48972a8466f7d19bfd1cbf28 /tmux.1 | |
parent | aadc87f5a79865f404f4b6cb0f4892daa17e7365 (diff) | |
download | rtmux-f1ce95915c612ef3b429dc7d2f635b5758b27669.tar.gz rtmux-f1ce95915c612ef3b429dc7d2f635b5758b27669.tar.bz2 rtmux-f1ce95915c612ef3b429dc7d2f635b5758b27669.zip |
Allow choose commands to be used outside tmux, so long as at least one client
is attached.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 21 |
1 files changed, 7 insertions, 14 deletions
@@ -1078,8 +1078,7 @@ For the meaning of the flag, see the .Sx FORMATS section. -This command works only from inside -.Nm . +This command works only if at least one client is attached. .It Xo .Ic choose-list .Op Fl l Ar items @@ -1105,8 +1104,7 @@ also accepts format specifiers. For the meaning of this see the .Sx FORMATS section. -This command works only from inside -.Nm . +This command works only if at least one client is attached. .It Xo .Ic choose-session .Op Fl F Ar format @@ -1128,8 +1126,7 @@ For the meaning of the flag, see the .Sx FORMATS section. -This command works only from inside -.Nm . +This command works only if at least one client is attached. .It Xo .Ic choose-tree .Op Fl s @@ -1193,8 +1190,7 @@ and options, see the .Sx FORMATS section. -This command only works from inside -.Nm . +This command works only if at least one client is attached. .It Xo .Ic choose-window .Op Fl F Ar format @@ -1216,8 +1212,7 @@ For the meaning of the flag, see the .Sx FORMATS section. -This command works only from inside -.Nm . +This command works only if at least one client is attached. .It Ic display-panes Op Fl t Ar target-client .D1 (alias: Ic displayp) Display a visible indicator of each pane shown by @@ -1261,8 +1256,7 @@ For the meaning of the flag, see the .Sx FORMATS section. -This command only works from inside -.Nm . +This command works only if at least one client is attached. .It Xo Ic join-pane .Op Fl bdhv .Oo Fl l @@ -3310,8 +3304,7 @@ For the meaning of the flag, see the .Sx FORMATS section. -This command works only from inside -.Nm . +This command works only if at least one client is attached. .It Ic clear-history Op Fl t Ar target-pane .D1 (alias: Ic clearhist ) Remove and free the history for the specified pane. |