Do not display configuration file errors in a pane when in control mode,
[tmux-openbsd.git] / tmux.1
blob44b96eb76cc477b492c326e8477c1eba059da17c
1 .\" $OpenBSD$
2 .\"
3 .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
4 .\"
5 .\" Permission to use, copy, modify, and distribute this software for any
6 .\" purpose with or without fee is hereby granted, provided that the above
7 .\" copyright notice and this permission notice appear in all copies.
8 .\"
9 .\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 .\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 .\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 .\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 .\" WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
14 .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
15 .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 .\"
17 .Dd $Mdocdate$
18 .Dt TMUX 1
19 .Os
20 .Sh NAME
21 .Nm tmux
22 .Nd terminal multiplexer
23 .Sh SYNOPSIS
24 .Nm tmux
25 .Bk -words
26 .Op Fl 2CDluvV
27 .Op Fl c Ar shell-command
28 .Op Fl f Ar file
29 .Op Fl L Ar socket-name
30 .Op Fl S Ar socket-path
31 .Op Fl T Ar features
32 .Op Ar command Op Ar flags
33 .Ek
34 .Sh DESCRIPTION
35 .Nm
36 is a terminal multiplexer:
37 it enables a number of terminals to be created, accessed, and
38 controlled from a single screen.
39 .Nm
40 may be detached from a screen
41 and continue running in the background,
42 then later reattached.
43 .Pp
44 When
45 .Nm
46 is started, it creates a new
47 .Em session
48 with a single
49 .Em window
50 and displays it on screen.
51 A status line at the bottom of the screen
52 shows information on the current session
53 and is used to enter interactive commands.
54 .Pp
55 A session is a single collection of
56 .Em pseudo terminals
57 under the management of
58 .Nm .
59 Each session has one or more
60 windows linked to it.
61 A window occupies the entire screen
62 and may be split into rectangular panes,
63 each of which is a separate pseudo terminal
64 (the
65 .Xr pty 4
66 manual page documents the technical details of pseudo terminals).
67 Any number of
68 .Nm
69 instances may connect to the same session,
70 and any number of windows may be present in the same session.
71 Once all sessions are killed,
72 .Nm
73 exits.
74 .Pp
75 Each session is persistent and will survive accidental disconnection
76 (such as
77 .Xr ssh 1
78 connection timeout) or intentional detaching (with the
79 .Ql C-b d
80 key strokes).
81 .Nm
82 may be reattached using:
83 .Pp
84 .Dl $ tmux attach
85 .Pp
87 .Nm ,
88 a session is displayed on screen by a
89 .Em client
90 and all sessions are managed by a single
91 .Em server .
92 The server and each client are separate processes which communicate through a
93 socket in
94 .Pa /tmp .
95 .Pp
96 The options are as follows:
97 .Bl -tag -width "XXXXXXXXXXXX"
98 .It Fl 2
99 Force
101 to assume the terminal supports 256 colours.
102 This is equivalent to
103 .Fl T Ar 256 .
104 .It Fl C
105 Start in control mode (see the
106 .Sx CONTROL MODE
107 section).
108 Given twice
109 .Xo ( Fl CC ) Xc
110 disables echo.
111 .It Fl c Ar shell-command
112 Execute
113 .Ar shell-command
114 using the default shell.
115 If necessary, the
117 server will be started to retrieve the
118 .Ic default-shell
119 option.
120 This option is for compatibility with
121 .Xr sh 1
122 when
124 is used as a login shell.
125 .It Fl D
126 Do not start the
128 server as a daemon.
129 This also turns the
130 .Ic exit-empty
131 option off.
132 With
133 .Fl D ,
134 .Ar command
135 may not be specified.
136 .It Fl f Ar file
137 Specify an alternative configuration file.
138 By default,
140 loads the system configuration file from
141 .Pa /etc/tmux.conf ,
142 if present, then looks for a user configuration file at
143 .Pa ~/.tmux.conf .
145 The configuration file is a set of
147 commands which are executed in sequence when the server is first started.
149 loads configuration files once when the server process has started.
151 .Ic source-file
152 command may be used to load a file later.
155 shows any error messages from commands in configuration files in the first
156 session created, and continues to process the rest of the configuration file.
157 .It Fl L Ar socket-name
159 stores the server socket in a directory under
160 .Ev TMUX_TMPDIR
162 .Pa /tmp
163 if it is unset.
164 The default socket is named
165 .Em default .
166 This option allows a different socket name to be specified, allowing several
167 independent
169 servers to be run.
170 Unlike
171 .Fl S
172 a full path is not necessary: the sockets are all created in a directory
173 .Pa tmux-UID
174 under the directory given by
175 .Ev TMUX_TMPDIR
176 or in
177 .Pa /tmp .
179 .Pa tmux-UID
180 directory is created by
182 and must not be world readable, writable or executable.
184 If the socket is accidentally removed, the
185 .Dv SIGUSR1
186 signal may be sent to the
188 server process to recreate it (note that this will fail if any parent
189 directories are missing).
190 .It Fl l
191 Behave as a login shell.
192 This flag currently has no effect and is for compatibility with other shells
193 when using tmux as a login shell.
194 .It Fl N
195 Do not start the server even if the command would normally do so (for example
196 .Ic new-session
198 .Ic start-server ) .
199 .It Fl S Ar socket-path
200 Specify a full alternative path to the server socket.
202 .Fl S
203 is specified, the default socket directory is not used and any
204 .Fl L
205 flag is ignored.
206 .It Fl u
207 Write UTF-8 output to the terminal even if the first environment
208 variable of
209 .Ev LC_ALL ,
210 .Ev LC_CTYPE ,
212 .Ev LANG
213 that is set does not contain
214 .Qq UTF-8
216 .Qq UTF8 .
217 This is equivalent to
218 .Fl T Ar UTF-8 .
219 .It Fl T Ar features
220 Set terminal features for the client.
221 This is a comma-separated list of features.
222 See the
223 .Ic terminal-features
224 option.
225 .It Fl v
226 Request verbose logging.
227 Log messages will be saved into
228 .Pa tmux-client-PID.log
230 .Pa tmux-server-PID.log
231 files in the current directory, where
232 .Em PID
233 is the PID of the server or client process.
235 .Fl v
236 is specified twice, an additional
237 .Pa tmux-out-PID.log
238 file is generated with a copy of everything
240 writes to the terminal.
243 .Dv SIGUSR2
244 signal may be sent to the
246 server process to toggle logging between on (as if
247 .Fl v
248 was given) and off.
249 .It Fl V
250 Report the
252 version.
253 .It Ar command Op Ar flags
254 This specifies one of a set of commands used to control
255 .Nm ,
256 as described in the following sections.
257 If no commands are specified, the
258 .Ic new-session
259 command is assumed.
261 .Sh DEFAULT KEY BINDINGS
263 may be controlled from an attached client by using a key combination of a
264 prefix key,
265 .Ql C-b
266 (Ctrl-b) by default, followed by a command key.
268 The default command key bindings are:
270 .Bl -tag -width "XXXXXXXXXX" -offset indent -compact
271 .It C-b
272 Send the prefix key (C-b) through to the application.
273 .It C-o
274 Rotate the panes in the current window forwards.
275 .It C-z
276 Suspend the
278 client.
279 .It !
280 Break the current pane out of the window.
281 .It \&"
282 .\" "
283 Split the current pane into two, top and bottom.
284 .It #
285 List all paste buffers.
286 .It $
287 Rename the current session.
288 .It %
289 Split the current pane into two, left and right.
290 .It &
291 Kill the current window.
292 .It '
293 Prompt for a window index to select.
294 .It \&(
295 Switch the attached client to the previous session.
296 .It \&)
297 Switch the attached client to the next session.
298 .It ,
299 Rename the current window.
300 .It -
301 Delete the most recently copied buffer of text.
302 .It .
303 Prompt for an index to move the current window.
304 .It 0 to 9
305 Select windows 0 to 9.
306 .It :
307 Enter the
309 command prompt.
310 .It ;
311 Move to the previously active pane.
312 .It =
313 Choose which buffer to paste interactively from a list.
314 .It \&?
315 List all key bindings.
316 .It D
317 Choose a client to detach.
318 .It L
319 Switch the attached client back to the last session.
320 .It \&[
321 Enter copy mode to copy text or view the history.
322 .It \&]
323 Paste the most recently copied buffer of text.
324 .It c
325 Create a new window.
326 .It d
327 Detach the current client.
328 .It f
329 Prompt to search for text in open windows.
330 .It i
331 Display some information about the current window.
332 .It l
333 Move to the previously selected window.
334 .It m
335 Mark the current pane (see
336 .Ic select-pane
337 .Fl m ) .
338 .It M
339 Clear the marked pane.
340 .It n
341 Change to the next window.
342 .It o
343 Select the next pane in the current window.
344 .It p
345 Change to the previous window.
346 .It q
347 Briefly display pane indexes.
348 .It r
349 Force redraw of the attached client.
350 .It s
351 Select a new session for the attached client interactively.
352 .It t
353 Show the time.
354 .It w
355 Choose the current window interactively.
356 .It x
357 Kill the current pane.
358 .It z
359 Toggle zoom state of the current pane.
360 .It {
361 Swap the current pane with the previous pane.
362 .It }
363 Swap the current pane with the next pane.
364 .It ~
365 Show previous messages from
366 .Nm ,
367 if any.
368 .It Page Up
369 Enter copy mode and scroll one page up.
370 .It Up, Down
371 .It Left, Right
372 Change to the pane above, below, to the left, or to the right of the current
373 pane.
374 .It M-1 to M-5
375 Arrange panes in one of the five preset layouts: even-horizontal,
376 even-vertical, main-horizontal, main-vertical, or tiled.
377 .It Space
378 Arrange the current window in the next preset layout.
379 .It M-n
380 Move to the next window with a bell or activity marker.
381 .It M-o
382 Rotate the panes in the current window backwards.
383 .It M-p
384 Move to the previous window with a bell or activity marker.
385 .It C-Up, C-Down
386 .It C-Left, C-Right
387 Resize the current pane in steps of one cell.
388 .It M-Up, M-Down
389 .It M-Left, M-Right
390 Resize the current pane in steps of five cells.
393 Key bindings may be changed with the
394 .Ic bind-key
396 .Ic unbind-key
397 commands.
398 .Sh COMMAND PARSING AND EXECUTION
400 supports a large number of commands which can be used to control its
401 behaviour.
402 Each command is named and can accept zero or more flags and arguments.
403 They may be bound to a key with the
404 .Ic bind-key
405 command or run from the shell prompt, a shell script, a configuration file or
406 the command prompt.
407 For example, the same
408 .Ic set-option
409 command run from the shell prompt, from
410 .Pa ~/.tmux.conf
411 and bound to a key may look like:
412 .Bd -literal -offset indent
413 $ tmux set-option -g status-style bg=cyan
415 set-option -g status-style bg=cyan
417 bind-key C set-option -g status-style bg=cyan
420 Here, the command name is
421 .Ql set-option ,
422 .Ql Fl g
423 is a flag and
424 .Ql status-style
426 .Ql bg=cyan
427 are arguments.
430 distinguishes between command parsing and execution.
431 In order to execute a command,
433 needs it to be split up into its name and arguments.
434 This is command parsing.
435 If a command is run from the shell, the shell parses it; from inside
437 or from a configuration file,
439 does.
440 Examples of when
442 parses commands are:
443 .Bl -dash -offset indent
445 in a configuration file;
447 typed at the command prompt (see
448 .Ic command-prompt ) ;
450 given to
451 .Ic bind-key ;
453 passed as arguments to
454 .Ic if-shell
456 .Ic confirm-before .
459 To execute commands, each client has a
460 .Ql command queue .
461 A global command queue not attached to any client is used on startup
462 for configuration files like
463 .Pa ~/.tmux.conf .
464 Parsed commands added to the queue are executed in order.
465 Some commands, like
466 .Ic if-shell
468 .Ic confirm-before ,
469 parse their argument to create a new command which is inserted immediately
470 after themselves.
471 This means that arguments can be parsed twice or more - once when the parent command (such as
472 .Ic if-shell )
473 is parsed and again when it parses and executes its command.
474 Commands like
475 .Ic if-shell ,
476 .Ic run-shell
478 .Ic display-panes
479 stop execution of subsequent commands on the queue until something happens -
480 .Ic if-shell
482 .Ic run-shell
483 until a shell command finishes and
484 .Ic display-panes
485 until a key is pressed.
486 For example, the following commands:
487 .Bd -literal -offset indent
488 new-session; new-window
489 if-shell "true" "split-window"
490 kill-session
493 Will execute
494 .Ic new-session ,
495 .Ic new-window ,
496 .Ic if-shell ,
497 the shell command
498 .Xr true 1 ,
499 .Ic split-window
501 .Ic kill-session
502 in that order.
505 .Sx COMMANDS
506 section lists the
508 commands and their arguments.
509 .Sh PARSING SYNTAX
510 This section describes the syntax of commands parsed by
511 .Nm ,
512 for example in a configuration file or at the command prompt.
513 Note that when commands are entered into the shell, they are parsed by the shell
514 - see for example
515 .Xr ksh 1
517 .Xr csh 1 .
519 Each command is terminated by a newline or a semicolon (;).
520 Commands separated by semicolons together form a
521 .Ql command sequence
522 - if a command in the sequence encounters an error, no subsequent commands are
523 executed.
525 It is recommended that a semicolon used as a command separator should be
526 written as an individual token, for example from
527 .Xr sh 1 :
528 .Bd -literal -offset indent
529 $ tmux neww \\; splitw
533 .Bd -literal -offset indent
534 $ tmux neww ';' splitw
537 Or from the tmux command prompt:
538 .Bd -literal -offset indent
539 neww ; splitw
542 However, a trailing semicolon is also interpreted as a command separator,
543 for example in these
544 .Xr sh 1
545 commands:
546 .Bd -literal -offset indent
547 $ tmux neww\e\e; splitw
551 .Bd -literal -offset indent
552 $ tmux 'neww;' splitw
555 As in these examples, when running tmux from the shell extra care must be taken
556 to properly quote semicolons:
557 .Bl -enum -offset Ds
559 Semicolons that should be interpreted as a command separator
560 should be escaped according to the shell conventions.
562 .Xr sh 1
563 this typically means quoted (such as
564 .Ql neww ';' splitw )
565 or escaped (such as
566 .Ql neww \e\e\e\e; splitw ) .
568 Individual semicolons or trailing semicolons that should be interpreted as
569 arguments should be escaped twice: once according to the shell conventions and
570 a second time for
571 .Nm ;
572 for example:
573 .Bd -literal -offset indent
574 $ tmux neww 'foo\e\e;' bar
575 $ tmux neww foo\e\e\e\e; bar
578 Semicolons that are not individual tokens or trailing another token should only
579 be escaped once according to shell conventions; for example:
580 .Bd -literal -offset indent
581 $ tmux neww 'foo-;-bar'
582 $ tmux neww foo-\e\e;-bar
586 Comments are marked by the unquoted # character - any remaining text after a
587 comment is ignored until the end of the line.
589 If the last character of a line is \e, the line is joined with the following
590 line (the \e and the newline are completely removed).
591 This is called line continuation and applies both inside and outside quoted
592 strings and in comments, but not inside braces.
594 Command arguments may be specified as strings surrounded by single (') quotes,
595 double quotes (") or braces ({}).
596 .\" "
597 This is required when the argument contains any special character.
598 Single and double quoted strings cannot span multiple lines except with line
599 continuation.
600 Braces can span multiple lines.
602 Outside of quotes and inside double quotes, these replacements are performed:
603 .Bl -dash -offset indent
605 Environment variables preceded by $ are replaced with their value from the
606 global environment (see the
607 .Sx GLOBAL AND SESSION ENVIRONMENT
608 section).
610 A leading ~ or ~user is expanded to the home directory of the current or
611 specified user.
613 \euXXXX or \euXXXXXXXX is replaced by the Unicode codepoint corresponding to
614 the given four or eight digit hexadecimal number.
616 When preceded (escaped) by a \e, the following characters are replaced: \ee by
617 the escape character; \er by a carriage return; \en by a newline; and \et by a
618 tab.
620 \eooo is replaced by a character of the octal value ooo.
621 Three octal digits are required, for example \e001.
622 The largest valid character is \e377.
624 Any other characters preceded by \e are replaced by themselves (that is, the \e
625 is removed) and are not treated as having any special meaning - so for example
626 \e; will not mark a command sequence and \e$ will not expand an environment
627 variable.
630 Braces are parsed as a configuration file (so conditions such as
631 .Ql %if
632 are processed) and then converted into a string.
633 They are designed to avoid the need for additional escaping when passing a
634 group of
636 commands as an argument (for example to
637 .Ic if-shell ) .
638 These two examples produce an identical command - note that no escaping is
639 needed when using {}:
640 .Bd -literal -offset indent
641 if-shell true {
642     display -p 'brace-dollar-foo: }$foo'
645 if-shell true "display -p 'brace-dollar-foo: }\e$foo'"
648 Braces may be enclosed inside braces, for example:
649 .Bd -literal -offset indent
650 bind x if-shell "true" {
651     if-shell "true" {
652         display "true!"
653     }
657 Environment variables may be set by using the syntax
658 .Ql name=value ,
659 for example
660 .Ql HOME=/home/user .
661 Variables set during parsing are added to the global environment.
662 A hidden variable may be set with
663 .Ql %hidden ,
664 for example:
665 .Bd -literal -offset indent
666 %hidden MYVAR=42
669 Hidden variables are not passed to the environment of processes created
670 by tmux.
671 See the
672 .Sx GLOBAL AND SESSION ENVIRONMENT
673 section.
675 Commands may be parsed conditionally by surrounding them with
676 .Ql %if ,
677 .Ql %elif ,
678 .Ql %else
680 .Ql %endif .
681 The argument to
682 .Ql %if
684 .Ql %elif
685 is expanded as a format (see
686 .Sx FORMATS )
687 and if it evaluates to false (zero or empty), subsequent text is ignored until
688 the closing
689 .Ql %elif ,
690 .Ql %else
692 .Ql %endif .
693 For example:
694 .Bd -literal -offset indent
695 %if "#{==:#{host},myhost}"
696 set -g status-style bg=red
697 %elif "#{==:#{host},myotherhost}"
698 set -g status-style bg=green
699 %else
700 set -g status-style bg=blue
701 %endif
704 Will change the status line to red if running on
705 .Ql myhost ,
706 green if running on
707 .Ql myotherhost ,
708 or blue if running on another host.
709 Conditionals may be given on one line, for example:
710 .Bd -literal -offset indent
711 %if #{==:#{host},myhost} set -g status-style bg=red %endif
713 .Sh COMMANDS
714 This section describes the commands supported by
715 .Nm .
716 Most commands accept the optional
717 .Fl t
718 (and sometimes
719 .Fl s )
720 argument with one of
721 .Ar target-client ,
722 .Ar target-session ,
723 .Ar target-window ,
725 .Ar target-pane .
726 These specify the client, session, window or pane which a command should affect.
728 .Ar target-client
729 should be the name of the client,
730 typically the
731 .Xr pty 4
732 file to which the client is connected, for example either of
733 .Pa /dev/ttyp1
735 .Pa ttyp1
736 for the client attached to
737 .Pa /dev/ttyp1 .
738 If no client is specified,
740 attempts to work out the client currently in use; if that fails, an error is
741 reported.
742 Clients may be listed with the
743 .Ic list-clients
744 command.
746 .Ar target-session
747 is tried as, in order:
748 .Bl -enum -offset Ds
750 A session ID prefixed with a $.
752 An exact name of a session (as listed by the
753 .Ic list-sessions
754 command).
756 The start of a session name, for example
757 .Ql mysess
758 would match a session named
759 .Ql mysession .
762 .Xr fnmatch 3
763 pattern which is matched against the session name.
766 If the session name is prefixed with an
767 .Ql = ,
768 only an exact match is accepted (so
769 .Ql =mysess
770 will only match exactly
771 .Ql mysess ,
773 .Ql mysession ) .
775 If a single session is found, it is used as the target session; multiple matches
776 produce an error.
777 If a session is omitted, the current session is used if available; if no
778 current session is available, the most recently used is chosen.
780 .Ar target-window
782 .Ar src-window
784 .Ar dst-window )
785 specifies a window in the form
786 .Em session Ns \&: Ns Em window .
787 .Em session
788 follows the same rules as for
789 .Ar target-session ,
791 .Em window
792 is looked for in order as:
793 .Bl -enum -offset Ds
795 A special token, listed below.
797 A window index, for example
798 .Ql mysession:1
799 is window 1 in session
800 .Ql mysession .
802 A window ID, such as @1.
804 An exact window name, such as
805 .Ql mysession:mywindow .
807 The start of a window name, such as
808 .Ql mysession:mywin .
810 As an
811 .Xr fnmatch 3
812 pattern matched against the window name.
815 Like sessions, a
816 .Ql =
817 prefix will do an exact match only.
818 An empty window name specifies the next unused index if appropriate (for
819 example the
820 .Ic new-window
822 .Ic link-window
823 commands)
824 otherwise the current window in
825 .Em session
826 is chosen.
828 The following special tokens are available to indicate particular windows.
829 Each has a single-character alternative form.
830 .Bl -column "XXXXXXXXXX" "X"
831 .It Sy "Token" Ta Sy "" Ta Sy "Meaning"
832 .It Li "{start}" Ta "^" Ta "The lowest-numbered window"
833 .It Li "{end}" Ta "$" Ta "The highest-numbered window"
834 .It Li "{last}" Ta "!" Ta "The last (previously current) window"
835 .It Li "{next}" Ta "+" Ta "The next window by number"
836 .It Li "{previous}" Ta "-" Ta "The previous window by number"
839 .Ar target-pane
841 .Ar src-pane
843 .Ar dst-pane )
844 may be a pane ID or takes a similar form to
845 .Ar target-window
846 but with the optional addition of a period followed by a pane index or pane ID,
847 for example:
848 .Ql mysession:mywindow.1 .
849 If the pane index is omitted, the currently active pane in the specified
850 window is used.
851 The following special tokens are available for the pane index:
852 .Bl -column "XXXXXXXXXXXXXX" "X"
853 .It Sy "Token" Ta Sy "" Ta Sy "Meaning"
854 .It Li "{last}" Ta "!" Ta "The last (previously active) pane"
855 .It Li "{next}" Ta "+" Ta "The next pane by number"
856 .It Li "{previous}" Ta "-" Ta "The previous pane by number"
857 .It Li "{top}" Ta "" Ta "The top pane"
858 .It Li "{bottom}" Ta "" Ta "The bottom pane"
859 .It Li "{left}" Ta "" Ta "The leftmost pane"
860 .It Li "{right}" Ta "" Ta "The rightmost pane"
861 .It Li "{top-left}" Ta "" Ta "The top-left pane"
862 .It Li "{top-right}" Ta "" Ta "The top-right pane"
863 .It Li "{bottom-left}" Ta "" Ta "The bottom-left pane"
864 .It Li "{bottom-right}" Ta "" Ta "The bottom-right pane"
865 .It Li "{up-of}" Ta "" Ta "The pane above the active pane"
866 .It Li "{down-of}" Ta "" Ta "The pane below the active pane"
867 .It Li "{left-of}" Ta "" Ta "The pane to the left of the active pane"
868 .It Li "{right-of}" Ta "" Ta "The pane to the right of the active pane"
871 The tokens
872 .Ql +
874 .Ql -
875 may be followed by an offset, for example:
876 .Bd -literal -offset indent
877 select-window -t:+2
880 In addition,
881 .Em target-session ,
882 .Em target-window
884 .Em target-pane
885 may consist entirely of the token
886 .Ql {mouse}
887 (alternative form
888 .Ql = )
889 to specify the session, window or pane where the most recent mouse event occurred
890 (see the
891 .Sx MOUSE SUPPORT
892 section)
894 .Ql {marked}
895 (alternative form
896 .Ql ~ )
897 to specify the marked pane (see
898 .Ic select-pane
899 .Fl m ) .
901 Sessions, window and panes are each numbered with a unique ID; session IDs are
902 prefixed with a
903 .Ql $ ,
904 windows with a
905 .Ql @ ,
906 and panes with a
907 .Ql % .
908 These are unique and are unchanged for the life of the session, window or pane
909 in the
911 server.
912 The pane ID is passed to the child process of the pane in the
913 .Ev TMUX_PANE
914 environment variable.
915 IDs may be displayed using the
916 .Ql session_id ,
917 .Ql window_id ,
919 .Ql pane_id
920 formats (see the
921 .Sx FORMATS
922 section) and the
923 .Ic display-message ,
924 .Ic list-sessions ,
925 .Ic list-windows
927 .Ic list-panes
928 commands.
930 .Ar shell-command
931 arguments are
932 .Xr sh 1
933 commands.
934 This may be a single argument passed to the shell, for example:
935 .Bd -literal -offset indent
936 new-window 'vi ~/.tmux.conf'
939 Will run:
940 .Bd -literal -offset indent
941 /bin/sh -c 'vi ~/.tmux.conf'
944 Additionally, the
945 .Ic new-window ,
946 .Ic new-session ,
947 .Ic split-window ,
948 .Ic respawn-window
950 .Ic respawn-pane
951 commands allow
952 .Ar shell-command
953 to be given as multiple arguments and executed directly (without
954 .Ql sh -c ) .
955 This can avoid issues with shell quoting.
956 For example:
957 .Bd -literal -offset indent
958 $ tmux new-window vi ~/.tmux.conf
961 Will run
962 .Xr vi 1
963 directly without invoking the shell.
965 .Ar command
966 .Op Ar arguments
967 refers to a
969 command, either passed with the command and arguments separately, for example:
970 .Bd -literal -offset indent
971 bind-key F1 set-option status off
974 Or passed as a single string argument in
975 .Pa .tmux.conf ,
976 for example:
977 .Bd -literal -offset indent
978 bind-key F1 { set-option status off }
981 Example
983 commands include:
984 .Bd -literal -offset indent
985 refresh-client -t/dev/ttyp2
987 rename-session -tfirst newname
989 set-option -wt:0 monitor-activity on
991 new-window ; split-window -d
993 bind-key R source-file ~/.tmux.conf \e; \e
994         display-message "source-file done"
997 Or from
998 .Xr sh 1 :
999 .Bd -literal -offset indent
1000 $ tmux kill-window -t :1
1002 $ tmux new-window \e; split-window -d
1004 $ tmux new-session -d 'vi ~/.tmux.conf' \e; split-window -d \e; attach
1006 .Sh CLIENTS AND SESSIONS
1009 server manages clients, sessions, windows and panes.
1010 Clients are attached to sessions to interact with them, either
1011 when they are created with the
1012 .Ic new-session
1013 command, or later with the
1014 .Ic attach-session
1015 command.
1016 Each session has one or more windows
1017 .Em linked
1018 into it.
1019 Windows may be linked to multiple sessions and are made up of one or
1020 more panes,
1021 each of which contains a pseudo terminal.
1022 Commands for creating, linking and otherwise manipulating windows
1023 are covered
1024 in the
1025 .Sx WINDOWS AND PANES
1026 section.
1028 The following commands are available to manage clients and sessions:
1029 .Bl -tag -width Ds
1030 .Tg attach
1031 .It Xo Ic attach-session
1032 .Op Fl dErx
1033 .Op Fl c Ar working-directory
1034 .Op Fl f Ar flags
1035 .Op Fl t Ar target-session
1037 .D1 Pq alias: Ic attach
1038 If run from outside
1039 .Nm ,
1040 create a new client in the current terminal and attach it to
1041 .Ar target-session .
1042 If used from inside, switch the current client.
1044 .Fl d
1045 is specified, any other clients attached to the session are detached.
1047 .Fl x
1048 is given, send
1049 .Dv SIGHUP
1050 to the parent process of the client as well as
1051 detaching the client, typically causing it to exit.
1052 .Fl f
1053 sets a comma-separated list of client flags.
1054 The flags are:
1055 .Bl -tag -width Ds
1056 .It active-pane
1057 the client has an independent active pane
1058 .It ignore-size
1059 the client does not affect the size of other clients
1060 .It no-output
1061 the client does not receive pane output in control mode
1062 .It pause-after=seconds
1063 output is paused once the pane is
1064 .Ar seconds
1065 behind in control mode
1066 .It read-only
1067 the client is read-only
1068 .It wait-exit
1069 wait for an empty line input before exiting in control mode
1072 A leading
1073 .Ql \&!
1074 turns a flag off if the client is already attached.
1075 .Fl r
1076 is an alias for
1077 .Fl f
1078 .Ar read-only,ignore-size .
1079 When a client is read-only, only keys bound to the
1080 .Ic detach-client
1082 .Ic switch-client
1083 commands have any effect.
1084 A client with the
1085 .Ar active-pane
1086 flag allows the active pane to be selected independently of the window's active
1087 pane used by clients without the flag.
1088 This only affects the cursor position and commands issued from the client;
1089 other features such as hooks and styles continue to use the window's active
1090 pane.
1092 If no server is started,
1093 .Ic attach-session
1094 will attempt to start it; this will fail unless sessions are created in the
1095 configuration file.
1098 .Ar target-session
1099 rules for
1100 .Ic attach-session
1101 are slightly adjusted: if
1103 needs to select the most recently used session, it will prefer the most
1104 recently used
1105 .Em unattached
1106 session.
1108 .Fl c
1109 will set the session working directory (used for new windows) to
1110 .Ar working-directory .
1113 .Fl E
1114 is used, the
1115 .Ic update-environment
1116 option will not be applied.
1117 .Tg detach
1118 .It Xo Ic detach-client
1119 .Op Fl aP
1120 .Op Fl E Ar shell-command
1121 .Op Fl s Ar target-session
1122 .Op Fl t Ar target-client
1124 .D1 Pq alias: Ic detach
1125 Detach the current client if bound to a key, the client specified with
1126 .Fl t ,
1127 or all clients currently attached to the session specified by
1128 .Fl s .
1130 .Fl a
1131 option kills all but the client given with
1132 .Fl t .
1134 .Fl P
1135 is given, send
1136 .Dv SIGHUP
1137 to the parent process of the client, typically causing it
1138 to exit.
1139 With
1140 .Fl E ,
1142 .Ar shell-command
1143 to replace the client.
1144 .Tg has
1145 .It Ic has-session Op Fl t Ar target-session
1146 .D1 Pq alias: Ic has
1147 Report an error and exit with 1 if the specified session does not exist.
1148 If it does exist, exit with 0.
1149 .It Ic kill-server
1150 Kill the
1152 server and clients and destroy all sessions.
1153 .It Xo Ic kill-session
1154 .Op Fl aC
1155 .Op Fl t Ar target-session
1157 Destroy the given session, closing any windows linked to it and no other
1158 sessions, and detaching all clients attached to it.
1160 .Fl a
1161 is given, all sessions but the specified one is killed.
1163 .Fl C
1164 flag clears alerts (bell, activity, or silence) in all windows linked to the
1165 session.
1166 .Tg lsc
1167 .It Xo Ic list-clients
1168 .Op Fl F Ar format
1169 .Op Fl t Ar target-session
1171 .D1 Pq alias: Ic lsc
1172 List all clients attached to the server.
1173 For the meaning of the
1174 .Fl F
1175 flag, see the
1176 .Sx FORMATS
1177 section.
1179 .Ar target-session
1180 is specified, list only clients connected to that session.
1181 .Tg lscm
1182 .It Xo Ic list-commands
1183 .Op Fl F Ar format
1184 .Op Ar command
1186 .D1 Pq alias: Ic lscm
1187 List the syntax of
1188 .Ar command
1189 or - if omitted - of all commands supported by
1190 .Nm .
1191 .Tg ls
1192 .It Xo Ic list-sessions
1193 .Op Fl F Ar format
1194 .Op Fl f Ar filter
1196 .D1 Pq alias: Ic ls
1197 List all sessions managed by the server.
1198 .Fl F
1199 specifies the format of each line and
1200 .Fl f
1201 a filter.
1202 Only sessions for which the filter is true are shown.
1203 See the
1204 .Sx FORMATS
1205 section.
1206 .Tg lockc
1207 .It Ic lock-client Op Fl t Ar target-client
1208 .D1 Pq alias: Ic lockc
1209 Lock
1210 .Ar target-client ,
1211 see the
1212 .Ic lock-server
1213 command.
1214 .Tg locks
1215 .It Ic lock-session Op Fl t Ar target-session
1216 .D1 Pq alias: Ic locks
1217 Lock all clients attached to
1218 .Ar target-session .
1219 .Tg new
1220 .It Xo Ic new-session
1221 .Op Fl AdDEPX
1222 .Op Fl c Ar start-directory
1223 .Op Fl e Ar environment
1224 .Op Fl f Ar flags
1225 .Op Fl F Ar format
1226 .Op Fl n Ar window-name
1227 .Op Fl s Ar session-name
1228 .Op Fl t Ar group-name
1229 .Op Fl x Ar width
1230 .Op Fl y Ar height
1231 .Op Ar shell-command
1233 .D1 Pq alias: Ic new
1234 Create a new session with name
1235 .Ar session-name .
1237 The new session is attached to the current terminal unless
1238 .Fl d
1239 is given.
1240 .Ar window-name
1242 .Ar shell-command
1243 are the name of and shell command to execute in the initial window.
1244 With
1245 .Fl d ,
1246 the initial size comes from the global
1247 .Ic default-size
1248 option;
1249 .Fl x
1251 .Fl y
1252 can be used to specify a different size.
1253 .Ql -
1254 uses the size of the current client if any.
1256 .Fl x
1258 .Fl y
1259 is given, the
1260 .Ic default-size
1261 option is set for the session.
1262 .Fl f
1263 sets a comma-separated list of client flags (see
1264 .Ic attach-session ) .
1266 If run from a terminal, any
1267 .Xr termios 4
1268 special characters are saved and used for new windows in the new session.
1271 .Fl A
1272 flag makes
1273 .Ic new-session
1274 behave like
1275 .Ic attach-session
1277 .Ar session-name
1278 already exists; in this case,
1279 .Fl D
1280 behaves like
1281 .Fl d
1283 .Ic attach-session ,
1285 .Fl X
1286 behaves like
1287 .Fl x
1289 .Ic attach-session .
1292 .Fl t
1293 is given, it specifies a
1294 .Ic session group .
1295 Sessions in the same group share the same set of windows - new windows are
1296 linked to all sessions in the group and any windows closed removed from all
1297 sessions.
1298 The current and previous window and any session options remain independent and
1299 any session in a group may be killed without affecting the others.
1301 .Ar group-name
1302 argument may be:
1303 .Bl -enum -width Ds
1305 the name of an existing group, in which case the new session is added to that
1306 group;
1308 the name of an existing session - the new session is added to the same group
1309 as that session, creating a new group if necessary;
1311 the name for a new group containing only the new session.
1314 .Fl n
1316 .Ar shell-command
1317 are invalid if
1318 .Fl t
1319 is used.
1322 .Fl P
1323 option prints information about the new session after it has been created.
1324 By default, it uses the format
1325 .Ql #{session_name}:\&
1326 but a different format may be specified with
1327 .Fl F .
1330 .Fl E
1331 is used, the
1332 .Ic update-environment
1333 option will not be applied.
1334 .Fl e
1335 takes the form
1336 .Ql VARIABLE=value
1337 and sets an environment variable for the newly created session; it may be
1338 specified multiple times.
1339 .Tg refresh
1340 .It Xo Ic refresh-client
1341 .Op Fl cDLRSU
1342 .Op Fl A Ar pane:state
1343 .Op Fl B Ar name:what:format
1344 .Op Fl C Ar size
1345 .Op Fl f Ar flags
1346 .Op Fl l Op Ar target-pane
1347 .Op Fl t Ar target-client
1348 .Op Ar adjustment
1350 .D1 Pq alias: Ic refresh
1351 Refresh the current client if bound to a key, or a single client if one is given
1352 with
1353 .Fl t .
1355 .Fl S
1356 is specified, only update the client's status line.
1359 .Fl U ,
1360 .Fl D ,
1361 .Fl L
1362 .Fl R ,
1364 .Fl c
1365 flags allow the visible portion of a window which is larger than the client
1366 to be changed.
1367 .Fl U
1368 moves the visible part up by
1369 .Ar adjustment
1370 rows and
1371 .Fl D
1372 down,
1373 .Fl L
1374 left by
1375 .Ar adjustment
1376 columns and
1377 .Fl R
1378 right.
1379 .Fl c
1380 returns to tracking the cursor automatically.
1382 .Ar adjustment
1383 is omitted, 1 is used.
1384 Note that the visible position is a property of the client not of the
1385 window, changing the current window in the attached session will reset
1388 .Fl C
1389 sets the width and height of a control mode client or of a window for a
1390 control mode client,
1391 .Ar size
1392 must be one of
1393 .Ql widthxheight
1395 .Ql window ID:widthxheight ,
1396 for example
1397 .Ql 80x24
1399 .Ql @0:80x24 .
1400 .Fl A
1401 allows a control mode client to trigger actions on a pane.
1402 The argument is a pane ID (with leading
1403 .Ql % ) ,
1404 a colon, then one of
1405 .Ql on ,
1406 .Ql off ,
1407 .Ql continue
1409 .Ql pause .
1411 .Ql off ,
1413 will not send output from the pane to the client and if all clients have turned
1414 the pane off, will stop reading from the pane.
1416 .Ql continue ,
1418 will return to sending output to the pane if it was paused (manually or with the
1419 .Ar pause-after
1420 flag).
1422 .Ql pause ,
1424 will pause the pane.
1425 .Fl A
1426 may be given multiple times for different panes.
1428 .Fl B
1429 sets a subscription to a format for a control mode client.
1430 The argument is split into three items by colons:
1431 .Ar name
1432 is a name for the subscription;
1433 .Ar what
1434 is a type of item to subscribe to;
1435 .Ar format
1436 is the format.
1437 After a subscription is added, changes to the format are reported with the
1438 .Ic %subscription-changed
1439 notification, at most once a second.
1440 If only the name is given, the subscription is removed.
1441 .Ar what
1442 may be empty to check the format only for the attached session, or one of:
1443 a pane ID such as
1444 .Ql %0 ;
1445 .Ql %*
1446 for all panes in the attached session;
1447 a window ID such as
1448 .Ql @0 ;
1450 .Ql @*
1451 for all windows in the attached session.
1453 .Fl f
1454 sets a comma-separated list of client flags, see
1455 .Ic attach-session .
1457 .Fl l
1458 requests the clipboard from the client using the
1459 .Xr xterm 1
1460 escape sequence.
1462 Ar target-pane
1463 is given, the clipboard is sent (in encoded form), otherwise it is stored in a
1464 new paste buffer.
1466 .Fl L ,
1467 .Fl R ,
1468 .Fl U
1470 .Fl D
1471 move the visible portion of the window left, right, up or down
1473 .Ar adjustment ,
1474 if the window is larger than the client.
1475 .Fl c
1476 resets so that the position follows the cursor.
1477 See the
1478 .Ic window-size
1479 option.
1480 .Tg rename
1481 .It Xo Ic rename-session
1482 .Op Fl t Ar target-session
1483 .Ar new-name
1485 .D1 Pq alias: Ic rename
1486 Rename the session to
1487 .Ar new-name .
1488 .It Xo Ic server-access
1489 .Op Fl adlrw
1490 .Op Ar user
1492 Change the access or read/write permission of
1493 .Ar user .
1494 The user running the
1496 server (its owner) and the root user cannot be changed and are always
1497 permitted access.
1499 .Fl a
1501 .Fl d
1502 are used to give or revoke access for the specified user.
1503 If the user is already attached, the
1504 .Fl d
1505 flag causes their clients to be detached.
1507 .Fl r
1509 .Fl w
1510 change the permissions for
1511 .Ar user :
1512 .Fl r
1513 makes their clients read-only and
1514 .Fl w
1515 writable.
1516 .Fl l
1517 lists current access permissions.
1519 By default, the access list is empty and
1521 creates sockets with file system permissions preventing access by any user
1522 other than the owner (and root).
1523 These permissions must be changed manually.
1524 Great care should be taken not to allow access to untrusted users even
1525 read-only.
1526 .Tg showmsgs
1527 .It Xo Ic show-messages
1528 .Op Fl JT
1529 .Op Fl t Ar target-client
1531 .D1 Pq alias: Ic showmsgs
1532 Show server messages or information.
1533 Messages are stored, up to a maximum of the limit set by the
1534 .Ar message-limit
1535 server option.
1536 .Fl J
1538 .Fl T
1539 show debugging information about jobs and terminals.
1540 .Tg source
1541 .It Xo Ic source-file
1542 .Op Fl Fnqv
1543 .Ar path
1544 .Ar ...
1546 .D1 Pq alias: Ic source
1547 Execute commands from one or more files specified by
1548 .Ar path
1549 (which may be
1550 .Xr glob 7
1551 patterns).
1553 .Fl F
1554 is present, then
1555 .Ar path
1556 is expanded as a format.
1558 .Fl q
1559 is given, no error will be returned if
1560 .Ar path
1561 does not exist.
1562 With
1563 .Fl n ,
1564 the file is parsed but no commands are executed.
1565 .Fl v
1566 shows the parsed commands and line numbers if possible.
1567 .Tg start
1568 .It Ic start-server
1569 .D1 Pq alias: Ic start
1570 Start the
1572 server, if not already running, without creating any sessions.
1574 Note that as by default the
1576 server will exit with no sessions, this is only useful if a session is created in
1577 .Pa ~/.tmux.conf ,
1578 .Ic exit-empty
1579 is turned off, or another command is run as part of the same command sequence.
1580 For example:
1581 .Bd -literal -offset indent
1582 $ tmux start \\; show -g
1584 .Tg suspendc
1585 .It Xo Ic suspend-client
1586 .Op Fl t Ar target-client
1588 .D1 Pq alias: Ic suspendc
1589 Suspend a client by sending
1590 .Dv SIGTSTP
1591 (tty stop).
1592 .Tg switchc
1593 .It Xo Ic switch-client
1594 .Op Fl ElnprZ
1595 .Op Fl c Ar target-client
1596 .Op Fl t Ar target-session
1597 .Op Fl T Ar key-table
1599 .D1 Pq alias: Ic switchc
1600 Switch the current session for client
1601 .Ar target-client
1603 .Ar target-session .
1604 As a special case,
1605 .Fl t
1606 may refer to a pane (a target that contains
1607 .Ql \&: ,
1608 .Ql \&.
1610 .Ql % ) ,
1611 to change session, window and pane.
1612 In that case,
1613 .Fl Z
1614 keeps the window zoomed if it was zoomed.
1616 .Fl l ,
1617 .Fl n
1619 .Fl p
1620 is used, the client is moved to the last, next or previous session
1621 respectively.
1622 .Fl r
1623 toggles the client
1624 .Ic read-only
1626 .Ic ignore-size
1627 flags (see the
1628 .Ic attach-session
1629 command).
1632 .Fl E
1633 is used,
1634 .Ic update-environment
1635 option will not be applied.
1637 .Fl T
1638 sets the client's key table; the next key from the client will be interpreted
1639 from
1640 .Ar key-table .
1641 This may be used to configure multiple prefix keys, or to bind commands to
1642 sequences of keys.
1643 For example, to make typing
1644 .Ql abc
1645 run the
1646 .Ic list-keys
1647 command:
1648 .Bd -literal -offset indent
1649 bind-key -Ttable2 c list-keys
1650 bind-key -Ttable1 b switch-client -Ttable2
1651 bind-key -Troot   a switch-client -Ttable1
1654 .Sh WINDOWS AND PANES
1655 Each window displayed by
1657 may be split into one or more
1658 .Em panes ;
1659 each pane takes up a certain area of the display and is a separate terminal.
1660 A window may be split into panes using the
1661 .Ic split-window
1662 command.
1663 Windows may be split horizontally (with the
1664 .Fl h
1665 flag) or vertically.
1666 Panes may be resized with the
1667 .Ic resize-pane
1668 command (bound to
1669 .Ql C-Up ,
1670 .Ql C-Down
1671 .Ql C-Left
1673 .Ql C-Right
1674 by default), the current pane may be changed with the
1675 .Ic select-pane
1676 command and the
1677 .Ic rotate-window
1679 .Ic swap-pane
1680 commands may be used to swap panes without changing their position.
1681 Panes are numbered beginning from zero in the order they are created.
1683 By default, a
1685 pane permits direct access to the terminal contained in the pane.
1686 A pane may also be put into one of several modes:
1687 .Bl -dash -offset indent
1689 Copy mode, which permits a section of a window or its
1690 history to be copied to a
1691 .Em paste buffer
1692 for later insertion into another window.
1693 This mode is entered with the
1694 .Ic copy-mode
1695 command, bound to
1696 .Ql \&[
1697 by default.
1698 Copied text can be pasted with the
1699 .Ic paste-buffer
1700 command, bound to
1701 .Ql \&] .
1703 View mode, which is like copy mode but is entered when a command that produces
1704 output, such as
1705 .Ic list-keys ,
1706 is executed from a key binding.
1708 Choose mode, which allows an item to be chosen from a list.
1709 This may be a client, a session or window or pane, or a buffer.
1710 This mode is entered with the
1711 .Ic choose-buffer ,
1712 .Ic choose-client
1714 .Ic choose-tree
1715 commands.
1718 In copy mode an indicator is displayed in the top-right corner of the pane with
1719 the current position and the number of lines in the history.
1721 Commands are sent to copy mode using the
1722 .Fl X
1723 flag to the
1724 .Ic send-keys
1725 command.
1726 When a key is pressed, copy mode automatically uses one of two key tables,
1727 depending on the
1728 .Ic mode-keys
1729 option:
1730 .Ic copy-mode
1731 for emacs, or
1732 .Ic copy-mode-vi
1733 for vi.
1734 Key tables may be viewed with the
1735 .Ic list-keys
1736 command.
1738 The following commands are supported in copy mode:
1739 .Bl -column "CommandXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXXXXXXXX" "emacs" -offset indent
1740 .It Sy "Command" Ta Sy "vi" Ta Sy "emacs"
1741 .It Li "append-selection" Ta "" Ta ""
1742 .It Li "append-selection-and-cancel" Ta "A" Ta ""
1743 .It Li "back-to-indentation" Ta "^" Ta "M-m"
1744 .It Li "begin-selection" Ta "Space" Ta "C-Space"
1745 .It Li "bottom-line" Ta "L" Ta ""
1746 .It Li "cancel" Ta "q" Ta "Escape"
1747 .It Li "clear-selection" Ta "Escape" Ta "C-g"
1748 .It Li "copy-end-of-line [<prefix>]" Ta "" Ta ""
1749 .It Li "copy-end-of-line-and-cancel [<prefix>]" Ta "" Ta ""
1750 .It Li "copy-pipe-end-of-line [<command>] [<prefix>]" Ta "" Ta ""
1751 .It Li "copy-pipe-end-of-line-and-cancel [<command>] [<prefix>]" Ta "D" Ta "C-k"
1752 .It Li "copy-line [<prefix>]" Ta "" Ta ""
1753 .It Li "copy-line-and-cancel [<prefix>]" Ta "" Ta ""
1754 .It Li "copy-pipe-line [<command>] [<prefix>]" Ta "" Ta ""
1755 .It Li "copy-pipe-line-and-cancel [<command>] [<prefix>]" Ta "" Ta ""
1756 .It Li "copy-pipe [<command>] [<prefix>]" Ta "" Ta ""
1757 .It Li "copy-pipe-no-clear [<command>] [<prefix>]" Ta "" Ta ""
1758 .It Li "copy-pipe-and-cancel [<command>] [<prefix>]" Ta "" Ta ""
1759 .It Li "copy-selection [<prefix>]" Ta "" Ta ""
1760 .It Li "copy-selection-no-clear [<prefix>]" Ta "" Ta ""
1761 .It Li "copy-selection-and-cancel [<prefix>]" Ta "Enter" Ta "M-w"
1762 .It Li "cursor-down" Ta "j" Ta "Down"
1763 .It Li "cursor-down-and-cancel" Ta "" Ta ""
1764 .It Li "cursor-left" Ta "h" Ta "Left"
1765 .It Li "cursor-right" Ta "l" Ta "Right"
1766 .It Li "cursor-up" Ta "k" Ta "Up"
1767 .It Li "end-of-line" Ta "$" Ta "C-e"
1768 .It Li "goto-line <line>" Ta ":" Ta "g"
1769 .It Li "halfpage-down" Ta "C-d" Ta "M-Down"
1770 .It Li "halfpage-down-and-cancel" Ta "" Ta ""
1771 .It Li "halfpage-up" Ta "C-u" Ta "M-Up"
1772 .It Li "history-bottom" Ta "G" Ta "M->"
1773 .It Li "history-top" Ta "g" Ta "M-<"
1774 .It Li "jump-again" Ta ";" Ta ";"
1775 .It Li "jump-backward <to>" Ta "F" Ta "F"
1776 .It Li "jump-forward <to>" Ta "f" Ta "f"
1777 .It Li "jump-reverse" Ta "," Ta ","
1778 .It Li "jump-to-backward <to>" Ta "T" Ta ""
1779 .It Li "jump-to-forward <to>" Ta "t" Ta ""
1780 .It Li "jump-to-mark" Ta "M-x" Ta "M-x"
1781 .It Li "middle-line" Ta "M" Ta "M-r"
1782 .It Li "next-matching-bracket" Ta "%" Ta "M-C-f"
1783 .It Li "next-paragraph" Ta "}" Ta "M-}"
1784 .It Li "next-space" Ta "W" Ta ""
1785 .It Li "next-space-end" Ta "E" Ta ""
1786 .It Li "next-word" Ta "w" Ta ""
1787 .It Li "next-word-end" Ta "e" Ta "M-f"
1788 .It Li "other-end" Ta "o" Ta ""
1789 .It Li "page-down" Ta "C-f" Ta "PageDown"
1790 .It Li "page-down-and-cancel" Ta "" Ta ""
1791 .It Li "page-up" Ta "C-b" Ta "PageUp"
1792 .It Li "pipe [<command>] [<prefix>]" Ta "" Ta ""
1793 .It Li "pipe-no-clear [<command>] [<prefix>]" Ta "" Ta ""
1794 .It Li "pipe-and-cancel [<command>] [<prefix>]" Ta "" Ta ""
1795 .It Li "previous-matching-bracket" Ta "" Ta "M-C-b"
1796 .It Li "previous-paragraph" Ta "{" Ta "M-{"
1797 .It Li "previous-space" Ta "B" Ta ""
1798 .It Li "previous-word" Ta "b" Ta "M-b"
1799 .It Li "rectangle-on" Ta "" Ta ""
1800 .It Li "rectangle-off" Ta "" Ta ""
1801 .It Li "rectangle-toggle" Ta "v" Ta "R"
1802 .It Li "refresh-from-pane" Ta "r" Ta "r"
1803 .It Li "scroll-down" Ta "C-e" Ta "C-Down"
1804 .It Li "scroll-down-and-cancel" Ta "" Ta ""
1805 .It Li "scroll-up" Ta "C-y" Ta "C-Up"
1806 .It Li "search-again" Ta "n" Ta "n"
1807 .It Li "search-backward <for>" Ta "?" Ta ""
1808 .It Li "search-backward-incremental <for>" Ta "" Ta "C-r"
1809 .It Li "search-backward-text <for>" Ta "" Ta ""
1810 .It Li "search-forward <for>" Ta "/" Ta ""
1811 .It Li "search-forward-incremental <for>" Ta "" Ta "C-s"
1812 .It Li "search-forward-text <for>" Ta "" Ta ""
1813 .It Li "search-reverse" Ta "N" Ta "N"
1814 .It Li "select-line" Ta "V" Ta ""
1815 .It Li "select-word" Ta "" Ta ""
1816 .It Li "set-mark" Ta "X" Ta "X"
1817 .It Li "start-of-line" Ta "0" Ta "C-a"
1818 .It Li "stop-selection" Ta "" Ta ""
1819 .It Li "toggle-position" Ta "P" Ta "P"
1820 .It Li "top-line" Ta "H" Ta "M-R"
1823 The search commands come in several varieties:
1824 .Ql search-forward
1826 .Ql search-backward
1827 search for a regular expression;
1829 .Ql -text
1830 variants search for a plain text string rather than a regular expression;
1831 .Ql -incremental
1832 perform an incremental search and expect to be used with the
1833 .Fl i
1834 flag to the
1835 .Ic command-prompt
1836 command.
1837 .Ql search-again
1838 repeats the last search and
1839 .Ql search-reverse
1840 does the same but reverses the direction (forward becomes backward and backward
1841 becomes forward).
1843 Copy commands may take an optional buffer prefix argument which is used
1844 to generate the buffer name (the default is
1845 .Ql buffer
1846 so buffers are named
1847 .Ql buffer0 ,
1848 .Ql buffer1
1849 and so on).
1850 Pipe commands take a command argument which is the command to which the
1851 selected text is piped.
1852 .Ql copy-pipe
1853 variants also copy the selection.
1855 .Ql -and-cancel
1856 variants of some commands exit copy mode after they have completed (for copy
1857 commands) or when the cursor reaches the bottom (for scrolling commands).
1858 .Ql -no-clear
1859 variants do not clear the selection.
1861 The next and previous word keys skip over whitespace and treat consecutive
1862 runs of either word separators or other letters as words.
1863 Word separators can be customized with the
1864 .Em word-separators
1865 session option.
1866 Next word moves to the start of the next word, next word end to the end of the
1867 next word and previous word to the start of the previous word.
1868 The three next and previous space keys work similarly but use a space alone as
1869 the word separator.
1870 Setting
1871 .Em word-separators
1872 to the empty string makes next/previous word equivalent to next/previous space.
1874 The jump commands enable quick movement within a line.
1875 For instance, typing
1876 .Ql f
1877 followed by
1878 .Ql /
1879 will move the cursor to the next
1880 .Ql /
1881 character on the current line.
1883 .Ql \&;
1884 will then jump to the next occurrence.
1886 Commands in copy mode may be prefaced by an optional repeat count.
1887 With vi key bindings, a prefix is entered using the number keys; with
1888 emacs, the Alt (meta) key and a number begins prefix entry.
1890 The synopsis for the
1891 .Ic copy-mode
1892 command is:
1893 .Bl -tag -width Ds
1894 .It Xo Ic copy-mode
1895 .Op Fl eHMqu
1896 .Op Fl s Ar src-pane
1897 .Op Fl t Ar target-pane
1899 Enter copy mode.
1901 .Fl u
1902 option scrolls one page up.
1903 .Fl M
1904 begins a mouse drag (only valid if bound to a mouse key binding, see
1905 .Sx MOUSE SUPPORT ) .
1906 .Fl H
1907 hides the position indicator in the top right.
1908 .Fl q
1909 cancels copy mode and any other modes.
1910 .Fl s
1911 copies from
1912 .Ar src-pane
1913 instead of
1914 .Ar target-pane .
1916 .Fl e
1917 specifies that scrolling to the bottom of the history (to the visible screen)
1918 should exit copy mode.
1919 While in copy mode, pressing a key other than those used for scrolling will
1920 disable this behaviour.
1921 This is intended to allow fast scrolling through a pane's history, for
1922 example with:
1923 .Bd -literal -offset indent
1924 bind PageUp copy-mode -eu
1928 A number of preset arrangements of panes are available, these are called layouts.
1929 These may be selected with the
1930 .Ic select-layout
1931 command or cycled with
1932 .Ic next-layout
1933 (bound to
1934 .Ql Space
1935 by default); once a layout is chosen, panes within it may be moved and resized
1936 as normal.
1938 The following layouts are supported:
1939 .Bl -tag -width Ds
1940 .It Ic even-horizontal
1941 Panes are spread out evenly from left to right across the window.
1942 .It Ic even-vertical
1943 Panes are spread evenly from top to bottom.
1944 .It Ic main-horizontal
1945 A large (main) pane is shown at the top of the window and the remaining panes
1946 are spread from left to right in the leftover space at the bottom.
1947 Use the
1948 .Em main-pane-height
1949 window option to specify the height of the top pane.
1950 .It Ic main-vertical
1951 Similar to
1952 .Ic main-horizontal
1953 but the large pane is placed on the left and the others spread from top to
1954 bottom along the right.
1955 See the
1956 .Em main-pane-width
1957 window option.
1958 .It Ic tiled
1959 Panes are spread out as evenly as possible over the window in both rows and
1960 columns.
1963 In addition,
1964 .Ic select-layout
1965 may be used to apply a previously used layout - the
1966 .Ic list-windows
1967 command displays the layout of each window in a form suitable for use with
1968 .Ic select-layout .
1969 For example:
1970 .Bd -literal -offset indent
1971 $ tmux list-windows
1972 0: ksh [159x48]
1973     layout: bb62,159x48,0,0{79x48,0,0,79x48,80,0}
1974 $ tmux select-layout bb62,159x48,0,0{79x48,0,0,79x48,80,0}
1978 automatically adjusts the size of the layout for the current window size.
1979 Note that a layout cannot be applied to a window with more panes than that
1980 from which the layout was originally defined.
1982 Commands related to windows and panes are as follows:
1983 .Bl -tag -width Ds
1984 .Tg breakp
1985 .It Xo Ic break-pane
1986 .Op Fl abdP
1987 .Op Fl F Ar format
1988 .Op Fl n Ar window-name
1989 .Op Fl s Ar src-pane
1990 .Op Fl t Ar dst-window
1992 .D1 Pq alias: Ic breakp
1993 Break
1994 .Ar src-pane
1995 off from its containing window to make it the only pane in
1996 .Ar dst-window .
1997 With
1998 .Fl a
2000 .Fl b ,
2001 the window is moved to the next index after or before (existing windows are
2002 moved if necessary).
2004 .Fl d
2005 is given, the new window does not become the current window.
2007 .Fl P
2008 option prints information about the new window after it has been created.
2009 By default, it uses the format
2010 .Ql #{session_name}:#{window_index}.#{pane_index}
2011 but a different format may be specified with
2012 .Fl F .
2013 .Tg capturep
2014 .It Xo Ic capture-pane
2015 .Op Fl aepPqCJN
2016 .Op Fl b Ar buffer-name
2017 .Op Fl E Ar end-line
2018 .Op Fl S Ar start-line
2019 .Op Fl t Ar target-pane
2021 .D1 Pq alias: Ic capturep
2022 Capture the contents of a pane.
2024 .Fl p
2025 is given, the output goes to stdout, otherwise to the buffer specified with
2026 .Fl b
2027 or a new buffer if omitted.
2029 .Fl a
2030 is given, the alternate screen is used, and the history is not accessible.
2031 If no alternate screen exists, an error will be returned unless
2032 .Fl q
2033 is given.
2035 .Fl e
2036 is given, the output includes escape sequences for text and background
2037 attributes.
2038 .Fl C
2039 also escapes non-printable characters as octal \exxx.
2040 .Fl N
2041 preserves trailing spaces at each line's end and
2042 .Fl J
2043 preserves trailing spaces and joins any wrapped lines.
2044 .Fl P
2045 captures only any output that the pane has received that is the beginning of an
2046 as-yet incomplete escape sequence.
2048 .Fl S
2050 .Fl E
2051 specify the starting and ending line numbers, zero is the first line of the
2052 visible pane and negative numbers are lines in the history.
2053 .Ql -
2055 .Fl S
2056 is the start of the history and to
2057 .Fl E
2058 the end of the visible pane.
2059 The default is to capture only the visible contents of the pane.
2060 .It Xo
2061 .Ic choose-client
2062 .Op Fl NrZ
2063 .Op Fl F Ar format
2064 .Op Fl f Ar filter
2065 .Op Fl K Ar key-format
2066 .Op Fl O Ar sort-order
2067 .Op Fl t Ar target-pane
2068 .Op Ar template
2070 Put a pane into client mode, allowing a client to be selected interactively from
2071 a list.
2072 Each client is shown on one line.
2073 A shortcut key is shown on the left in brackets allowing for immediate choice,
2074 or the list may be navigated and an item chosen or otherwise manipulated using
2075 the keys below.
2076 .Fl Z
2077 zooms the pane.
2078 The following keys may be used in client mode:
2079 .Bl -column "Key" "Function" -offset indent
2080 .It Sy "Key" Ta Sy "Function"
2081 .It Li "Enter" Ta "Choose selected client"
2082 .It Li "Up" Ta "Select previous client"
2083 .It Li "Down" Ta "Select next client"
2084 .It Li "C-s" Ta "Search by name"
2085 .It Li "n" Ta "Repeat last search"
2086 .It Li "t" Ta "Toggle if client is tagged"
2087 .It Li "T" Ta "Tag no clients"
2088 .It Li "C-t" Ta "Tag all clients"
2089 .It Li "d" Ta "Detach selected client"
2090 .It Li "D" Ta "Detach tagged clients"
2091 .It Li "x" Ta "Detach and HUP selected client"
2092 .It Li "X" Ta "Detach and HUP tagged clients"
2093 .It Li "z" Ta "Suspend selected client"
2094 .It Li "Z" Ta "Suspend tagged clients"
2095 .It Li "f" Ta "Enter a format to filter items"
2096 .It Li "O" Ta "Change sort field"
2097 .It Li "r" Ta "Reverse sort order"
2098 .It Li "v" Ta "Toggle preview"
2099 .It Li "q" Ta "Exit mode"
2102 After a client is chosen,
2103 .Ql %%
2104 is replaced by the client name in
2105 .Ar template
2106 and the result executed as a command.
2108 .Ar template
2109 is not given, "detach-client -t '%%'" is used.
2111 .Fl O
2112 specifies the initial sort field: one of
2113 .Ql name ,
2114 .Ql size ,
2115 .Ql creation ,
2117 .Ql activity .
2118 .Fl r
2119 reverses the sort order.
2120 .Fl f
2121 specifies an initial filter: the filter is a format - if it evaluates to zero,
2122 the item in the list is not shown, otherwise it is shown.
2123 If a filter would lead to an empty list, it is ignored.
2124 .Fl F
2125 specifies the format for each item in the list and
2126 .Fl K
2127 a format for each shortcut key; both are evaluated once for each line.
2128 .Fl N
2129 starts without the preview.
2130 This command works only if at least one client is attached.
2131 .It Xo
2132 .Ic choose-tree
2133 .Op Fl GNrswZ
2134 .Op Fl F Ar format
2135 .Op Fl f Ar filter
2136 .Op Fl K Ar key-format
2137 .Op Fl O Ar sort-order
2138 .Op Fl t Ar target-pane
2139 .Op Ar template
2141 Put a pane into tree mode, where a session, window or pane may be chosen
2142 interactively from a tree.
2143 Each session, window or pane is shown on one line.
2144 A shortcut key is shown on the left in brackets allowing for immediate choice,
2145 or the tree may be navigated and an item chosen or otherwise manipulated using
2146 the keys below.
2147 .Fl s
2148 starts with sessions collapsed and
2149 .Fl w
2150 with windows collapsed.
2151 .Fl Z
2152 zooms the pane.
2153 The following keys may be used in tree mode:
2154 .Bl -column "Key" "Function" -offset indent
2155 .It Sy "Key" Ta Sy "Function"
2156 .It Li "Enter" Ta "Choose selected item"
2157 .It Li "Up" Ta "Select previous item"
2158 .It Li "Down" Ta "Select next item"
2159 .It Li "+" Ta "Expand selected item"
2160 .It Li "-" Ta "Collapse selected item"
2161 .It Li "M-+" Ta "Expand all items"
2162 .It Li "M--" Ta "Collapse all items"
2163 .It Li "x" Ta "Kill selected item"
2164 .It Li "X" Ta "Kill tagged items"
2165 .It Li "<" Ta "Scroll list of previews left"
2166 .It Li ">" Ta "Scroll list of previews right"
2167 .It Li "C-s" Ta "Search by name"
2168 .It Li "m" Ta "Set the marked pane"
2169 .It Li "M" Ta "Clear the marked pane"
2170 .It Li "n" Ta "Repeat last search"
2171 .It Li "t" Ta "Toggle if item is tagged"
2172 .It Li "T" Ta "Tag no items"
2173 .It Li "C-t" Ta "Tag all items"
2174 .It Li "\&:" Ta "Run a command for each tagged item"
2175 .It Li "f" Ta "Enter a format to filter items"
2176 .It Li "H" Ta "Jump to the starting pane"
2177 .It Li "O" Ta "Change sort field"
2178 .It Li "r" Ta "Reverse sort order"
2179 .It Li "v" Ta "Toggle preview"
2180 .It Li "q" Ta "Exit mode"
2183 After a session, window or pane is chosen, the first instance of
2184 .Ql %%
2185 and all instances of
2186 .Ql %1
2187 are replaced by the target in
2188 .Ar template
2189 and the result executed as a command.
2191 .Ar template
2192 is not given, "switch-client -t '%%'" is used.
2194 .Fl O
2195 specifies the initial sort field: one of
2196 .Ql index ,
2197 .Ql name ,
2199 .Ql time .
2200 .Fl r
2201 reverses the sort order.
2202 .Fl f
2203 specifies an initial filter: the filter is a format - if it evaluates to zero,
2204 the item in the list is not shown, otherwise it is shown.
2205 If a filter would lead to an empty list, it is ignored.
2206 .Fl F
2207 specifies the format for each item in the tree and
2208 .Fl K
2209 a format for each shortcut key; both are evaluated once for each line.
2210 .Fl N
2211 starts without the preview.
2212 .Fl G
2213 includes all sessions in any session groups in the tree rather than only the
2214 first.
2215 This command works only if at least one client is attached.
2216 .It Xo
2217 .Ic customize-mode
2218 .Op Fl NZ
2219 .Op Fl F Ar format
2220 .Op Fl f Ar filter
2221 .Op Fl t Ar target-pane
2222 .Op Ar template
2224 Put a pane into customize mode, where options and key bindings may be browsed
2225 and modified from a list.
2226 Option values in the list are shown for the active pane in the current window.
2227 .Fl Z
2228 zooms the pane.
2229 The following keys may be used in customize mode:
2230 .Bl -column "Key" "Function" -offset indent
2231 .It Sy "Key" Ta Sy "Function"
2232 .It Li "Enter" Ta "Set pane, window, session or global option value"
2233 .It Li "Up" Ta "Select previous item"
2234 .It Li "Down" Ta "Select next item"
2235 .It Li "+" Ta "Expand selected item"
2236 .It Li "-" Ta "Collapse selected item"
2237 .It Li "M-+" Ta "Expand all items"
2238 .It Li "M--" Ta "Collapse all items"
2239 .It Li "s" Ta "Set option value or key attribute"
2240 .It Li "S" Ta "Set global option value"
2241 .It Li "w" Ta "Set window option value, if option is for pane and window"
2242 .It Li "d" Ta "Set an option or key to the default"
2243 .It Li "D" Ta "Set tagged options and tagged keys to the default"
2244 .It Li "u" Ta "Unset an option (set to default value if global) or unbind a key"
2245 .It Li "U" Ta "Unset tagged options and unbind tagged keys"
2246 .It Li "C-s" Ta "Search by name"
2247 .It Li "n" Ta "Repeat last search"
2248 .It Li "t" Ta "Toggle if item is tagged"
2249 .It Li "T" Ta "Tag no items"
2250 .It Li "C-t" Ta "Tag all items"
2251 .It Li "f" Ta "Enter a format to filter items"
2252 .It Li "v" Ta "Toggle option information"
2253 .It Li "q" Ta "Exit mode"
2256 .Fl f
2257 specifies an initial filter: the filter is a format - if it evaluates to zero,
2258 the item in the list is not shown, otherwise it is shown.
2259 If a filter would lead to an empty list, it is ignored.
2260 .Fl F
2261 specifies the format for each item in the tree.
2262 .Fl N
2263 starts without the option information.
2264 This command works only if at least one client is attached.
2265 .It Xo
2266 .Tg displayp
2267 .Ic display-panes
2268 .Op Fl bN
2269 .Op Fl d Ar duration
2270 .Op Fl t Ar target-client
2271 .Op Ar template
2273 .D1 Pq alias: Ic displayp
2274 Display a visible indicator of each pane shown by
2275 .Ar target-client .
2276 See the
2277 .Ic display-panes-colour
2279 .Ic display-panes-active-colour
2280 session options.
2281 The indicator is closed when a key is pressed (unless
2282 .Fl N
2283 is given) or
2284 .Ar duration
2285 milliseconds have passed.
2287 .Fl d
2288 is not given,
2289 .Ic display-panes-time
2290 is used.
2291 A duration of zero means the indicator stays until a key is pressed.
2292 While the indicator is on screen, a pane may be chosen with the
2293 .Ql 0
2295 .Ql 9
2296 keys, which will cause
2297 .Ar template
2298 to be executed as a command with
2299 .Ql %%
2300 substituted by the pane ID.
2301 The default
2302 .Ar template
2303 is "select-pane -t '%%'".
2304 With
2305 .Fl b ,
2306 other commands are not blocked from running until the indicator is closed.
2307 .Tg findw
2308 .It Xo Ic find-window
2309 .Op Fl iCNrTZ
2310 .Op Fl t Ar target-pane
2311 .Ar match-string
2313 .D1 Pq alias: Ic findw
2314 Search for a
2315 .Xr fnmatch 3
2316 pattern or, with
2317 .Fl r ,
2318 regular expression
2319 .Ar match-string
2320 in window names, titles, and visible content (but not history).
2321 The flags control matching behavior:
2322 .Fl C
2323 matches only visible window contents,
2324 .Fl N
2325 matches only the window name and
2326 .Fl T
2327 matches only the window title.
2328 .Fl i
2329 makes the search ignore case.
2330 The default is
2331 .Fl CNT .
2332 .Fl Z
2333 zooms the pane.
2335 This command works only if at least one client is attached.
2336 .Tg joinp
2337 .It Xo Ic join-pane
2338 .Op Fl bdfhv
2339 .Op Fl l Ar size
2340 .Op Fl s Ar src-pane
2341 .Op Fl t Ar dst-pane
2343 .D1 Pq alias: Ic joinp
2344 Like
2345 .Ic split-window ,
2346 but instead of splitting
2347 .Ar dst-pane
2348 and creating a new pane, split it and move
2349 .Ar src-pane
2350 into the space.
2351 This can be used to reverse
2352 .Ic break-pane .
2354 .Fl b
2355 option causes
2356 .Ar src-pane
2357 to be joined to left of or above
2358 .Ar dst-pane .
2361 .Fl s
2362 is omitted and a marked pane is present (see
2363 .Ic select-pane
2364 .Fl m ) ,
2365 the marked pane is used rather than the current pane.
2366 .Tg killp
2367 .It Xo Ic kill-pane
2368 .Op Fl a
2369 .Op Fl t Ar target-pane
2371 .D1 Pq alias: Ic killp
2372 Destroy the given pane.
2373 If no panes remain in the containing window, it is also destroyed.
2375 .Fl a
2376 option kills all but the pane given with
2377 .Fl t .
2378 .Tg killw
2379 .It Xo Ic kill-window
2380 .Op Fl a
2381 .Op Fl t Ar target-window
2383 .D1 Pq alias: Ic killw
2384 Kill the current window or the window at
2385 .Ar target-window ,
2386 removing it from any sessions to which it is linked.
2388 .Fl a
2389 option kills all but the window given with
2390 .Fl t .
2391 .Tg lastp
2392 .It Xo Ic last-pane
2393 .Op Fl deZ
2394 .Op Fl t Ar target-window
2396 .D1 Pq alias: Ic lastp
2397 Select the last (previously selected) pane.
2398 .Fl Z
2399 keeps the window zoomed if it was zoomed.
2400 .Fl e
2401 enables or
2402 .Fl d
2403 disables input to the pane.
2404 .Tg last
2405 .It Ic last-window Op Fl t Ar target-session
2406 .D1 Pq alias: Ic last
2407 Select the last (previously selected) window.
2408 If no
2409 .Ar target-session
2410 is specified, select the last window of the current session.
2411 .Tg link
2412 .It Xo Ic link-window
2413 .Op Fl abdk
2414 .Op Fl s Ar src-window
2415 .Op Fl t Ar dst-window
2417 .D1 Pq alias: Ic linkw
2418 Link the window at
2419 .Ar src-window
2420 to the specified
2421 .Ar dst-window .
2423 .Ar dst-window
2424 is specified and no such window exists, the
2425 .Ar src-window
2426 is linked there.
2427 With
2428 .Fl a
2430 .Fl b
2431 the window is moved to the next index after or before
2432 .Ar dst-window
2433 (existing windows are moved if necessary).
2435 .Fl k
2436 is given and
2437 .Ar dst-window
2438 exists, it is killed, otherwise an error is generated.
2440 .Fl d
2441 is given, the newly linked window is not selected.
2442 .Tg lsp
2443 .It Xo Ic list-panes
2444 .Op Fl as
2445 .Op Fl F Ar format
2446 .Op Fl f Ar filter
2447 .Op Fl t Ar target
2449 .D1 Pq alias: Ic lsp
2451 .Fl a
2452 is given,
2453 .Ar target
2454 is ignored and all panes on the server are listed.
2456 .Fl s
2457 is given,
2458 .Ar target
2459 is a session (or the current session).
2460 If neither is given,
2461 .Ar target
2462 is a window (or the current window).
2463 .Fl F
2464 specifies the format of each line and
2465 .Fl f
2466 a filter.
2467 Only panes for which the filter is true are shown.
2468 See the
2469 .Sx FORMATS
2470 section.
2471 .Tg lsw
2472 .It Xo Ic list-windows
2473 .Op Fl a
2474 .Op Fl F Ar format
2475 .Op Fl f Ar filter
2476 .Op Fl t Ar target-session
2478 .D1 Pq alias: Ic lsw
2480 .Fl a
2481 is given, list all windows on the server.
2482 Otherwise, list windows in the current session or in
2483 .Ar target-session .
2484 .Fl F
2485 specifies the format of each line and
2486 .Fl f
2487 a filter.
2488 Only windows for which the filter is true are shown.
2489 See the
2490 .Sx FORMATS
2491 section.
2492 .Tg movep
2493 .It Xo Ic move-pane
2494 .Op Fl bdfhv
2495 .Op Fl l Ar size
2496 .Op Fl s Ar src-pane
2497 .Op Fl t Ar dst-pane
2499 .D1 Pq alias: Ic movep
2500 Does the same as
2501 .Ic join-pane .
2502 .Tg movew
2503 .It Xo Ic move-window
2504 .Op Fl abrdk
2505 .Op Fl s Ar src-window
2506 .Op Fl t Ar dst-window
2508 .D1 Pq alias: Ic movew
2509 This is similar to
2510 .Ic link-window ,
2511 except the window at
2512 .Ar src-window
2513 is moved to
2514 .Ar dst-window .
2515 With
2516 .Fl r ,
2517 all windows in the session are renumbered in sequential order, respecting
2519 .Ic base-index
2520 option.
2521 .Tg neww
2522 .It Xo Ic new-window
2523 .Op Fl abdkPS
2524 .Op Fl c Ar start-directory
2525 .Op Fl e Ar environment
2526 .Op Fl F Ar format
2527 .Op Fl n Ar window-name
2528 .Op Fl t Ar target-window
2529 .Op Ar shell-command
2531 .D1 Pq alias: Ic neww
2532 Create a new window.
2533 With
2534 .Fl a
2536 .Fl b ,
2537 the new window is inserted at the next index after or before the specified
2538 .Ar target-window ,
2539 moving windows up if necessary;
2540 otherwise
2541 .Ar target-window
2542 is the new window location.
2545 .Fl d
2546 is given, the session does not make the new window the current window.
2547 .Ar target-window
2548 represents the window to be created; if the target already exists an error is
2549 shown, unless the
2550 .Fl k
2551 flag is used, in which case it is destroyed.
2553 .Fl S
2554 is given and a window named
2555 .Ar window-name
2556 already exists, it is selected (unless
2557 .Fl d
2558 is also given in which case the command does nothing).
2560 .Ar shell-command
2561 is the command to execute.
2563 .Ar shell-command
2564 is not specified, the value of the
2565 .Ic default-command
2566 option is used.
2567 .Fl c
2568 specifies the working directory in which the new window is created.
2570 When the shell command completes, the window closes.
2571 See the
2572 .Ic remain-on-exit
2573 option to change this behaviour.
2575 .Fl e
2576 takes the form
2577 .Ql VARIABLE=value
2578 and sets an environment variable for the newly created window; it may be
2579 specified multiple times.
2582 .Ev TERM
2583 environment variable must be set to
2584 .Ql screen
2586 .Ql tmux
2587 for all programs running
2588 .Em inside
2589 .Nm .
2590 New windows will automatically have
2591 .Ql TERM=screen
2592 added to their environment, but care must be taken not to reset this in shell
2593 start-up files or by the
2594 .Fl e
2595 option.
2598 .Fl P
2599 option prints information about the new window after it has been created.
2600 By default, it uses the format
2601 .Ql #{session_name}:#{window_index}
2602 but a different format may be specified with
2603 .Fl F .
2604 .Tg nextl
2605 .It Ic next-layout Op Fl t Ar target-window
2606 .D1 Pq alias: Ic nextl
2607 Move a window to the next layout and rearrange the panes to fit.
2608 .Tg next
2609 .It Xo Ic next-window
2610 .Op Fl a
2611 .Op Fl t Ar target-session
2613 .D1 Pq alias: Ic next
2614 Move to the next window in the session.
2616 .Fl a
2617 is used, move to the next window with an alert.
2618 .Tg pipep
2619 .It Xo Ic pipe-pane
2620 .Op Fl IOo
2621 .Op Fl t Ar target-pane
2622 .Op Ar shell-command
2624 .D1 Pq alias: Ic pipep
2625 Pipe output sent by the program in
2626 .Ar target-pane
2627 to a shell command or vice versa.
2628 A pane may only be connected to one command at a time, any existing pipe is
2629 closed before
2630 .Ar shell-command
2631 is executed.
2633 .Ar shell-command
2634 string may contain the special character sequences supported by the
2635 .Ic status-left
2636 option.
2637 If no
2638 .Ar shell-command
2639 is given, the current pipe (if any) is closed.
2641 .Fl I
2643 .Fl O
2644 specify which of the
2645 .Ar shell-command
2646 output streams are connected to the pane:
2647 with
2648 .Fl I
2649 stdout is connected (so anything
2650 .Ar shell-command
2651 prints is written to the pane as if it were typed);
2652 with
2653 .Fl O
2654 stdin is connected (so any output in the pane is piped to
2655 .Ar shell-command ) .
2656 Both may be used together and if neither are specified,
2657 .Fl O
2658 is used.
2661 .Fl o
2662 option only opens a new pipe if no previous pipe exists, allowing a pipe to
2663 be toggled with a single key, for example:
2664 .Bd -literal -offset indent
2665 bind-key C-p pipe-pane -o 'cat >>~/output.#I-#P'
2667 .Tg prevl
2668 .It Xo Ic previous-layout
2669 .Op Fl t Ar target-window
2671 .D1 Pq alias: Ic prevl
2672 Move to the previous layout in the session.
2673 .Tg prev
2674 .It Xo Ic previous-window
2675 .Op Fl a
2676 .Op Fl t Ar target-session
2678 .D1 Pq alias: Ic prev
2679 Move to the previous window in the session.
2680 With
2681 .Fl a ,
2682 move to the previous window with an alert.
2683 .Tg renamew
2684 .It Xo Ic rename-window
2685 .Op Fl t Ar target-window
2686 .Ar new-name
2688 .D1 Pq alias: Ic renamew
2689 Rename the current window, or the window at
2690 .Ar target-window
2691 if specified, to
2692 .Ar new-name .
2693 .Tg resizep
2694 .It Xo Ic resize-pane
2695 .Op Fl DLMRTUZ
2696 .Op Fl t Ar target-pane
2697 .Op Fl x Ar width
2698 .Op Fl y Ar height
2699 .Op Ar adjustment
2701 .D1 Pq alias: Ic resizep
2702 Resize a pane, up, down, left or right by
2703 .Ar adjustment
2704 with
2705 .Fl U ,
2706 .Fl D ,
2707 .Fl L
2709 .Fl R ,
2711 to an absolute size
2712 with
2713 .Fl x
2715 .Fl y .
2717 .Ar adjustment
2718 is given in lines or columns (the default is 1);
2719 .Fl x
2721 .Fl y
2722 may be a given as a number of lines or columns or followed by
2723 .Ql %
2724 for a percentage of the window size (for example
2725 .Ql -x 10% ) .
2726 With
2727 .Fl Z ,
2728 the active pane is toggled between zoomed (occupying the whole of the window)
2729 and unzoomed (its normal position in the layout).
2731 .Fl M
2732 begins mouse resizing (only valid if bound to a mouse key binding, see
2733 .Sx MOUSE SUPPORT ) .
2735 .Fl T
2736 trims all lines below the current cursor position and moves lines out of the
2737 history to replace them.
2738 .Tg resizew
2739 .It Xo Ic resize-window
2740 .Op Fl aADLRU
2741 .Op Fl t Ar target-window
2742 .Op Fl x Ar width
2743 .Op Fl y Ar height
2744 .Op Ar adjustment
2746 .D1 Pq alias: Ic resizew
2747 Resize a window, up, down, left or right by
2748 .Ar adjustment
2749 with
2750 .Fl U ,
2751 .Fl D ,
2752 .Fl L
2754 .Fl R ,
2756 to an absolute size
2757 with
2758 .Fl x
2760 .Fl y .
2762 .Ar adjustment
2763 is given in lines or cells (the default is 1).
2764 .Fl A
2765 sets the size of the largest session containing the window;
2766 .Fl a
2767 the size of the smallest.
2768 This command will automatically set
2769 .Ic window-size
2770 to manual in the window options.
2771 .Tg respawnp
2772 .It Xo Ic respawn-pane
2773 .Op Fl k
2774 .Op Fl c Ar start-directory
2775 .Op Fl e Ar environment
2776 .Op Fl t Ar target-pane
2777 .Op Ar shell-command
2779 .D1 Pq alias: Ic respawnp
2780 Reactivate a pane in which the command has exited (see the
2781 .Ic remain-on-exit
2782 window option).
2784 .Ar shell-command
2785 is not given, the command used when the pane was created or last respawned is
2786 executed.
2787 The pane must be already inactive, unless
2788 .Fl k
2789 is given, in which case any existing command is killed.
2790 .Fl c
2791 specifies a new working directory for the pane.
2793 .Fl e
2794 option has the same meaning as for the
2795 .Ic new-window
2796 command.
2797 .Tg respawnw
2798 .It Xo Ic respawn-window
2799 .Op Fl k
2800 .Op Fl c Ar start-directory
2801 .Op Fl e Ar environment
2802 .Op Fl t Ar target-window
2803 .Op Ar shell-command
2805 .D1 Pq alias: Ic respawnw
2806 Reactivate a window in which the command has exited (see the
2807 .Ic remain-on-exit
2808 window option).
2810 .Ar shell-command
2811 is not given, the command used when the window was created or last respawned is
2812 executed.
2813 The window must be already inactive, unless
2814 .Fl k
2815 is given, in which case any existing command is killed.
2816 .Fl c
2817 specifies a new working directory for the window.
2819 .Fl e
2820 option has the same meaning as for the
2821 .Ic new-window
2822 command.
2823 .Tg rotatew
2824 .It Xo Ic rotate-window
2825 .Op Fl DUZ
2826 .Op Fl t Ar target-window
2828 .D1 Pq alias: Ic rotatew
2829 Rotate the positions of the panes within a window, either upward (numerically
2830 lower) with
2831 .Fl U
2832 or downward (numerically higher).
2833 .Fl Z
2834 keeps the window zoomed if it was zoomed.
2835 .Tg selectl
2836 .It Xo Ic select-layout
2837 .Op Fl Enop
2838 .Op Fl t Ar target-pane
2839 .Op Ar layout-name
2841 .D1 Pq alias: Ic selectl
2842 Choose a specific layout for a window.
2844 .Ar layout-name
2845 is not given, the last preset layout used (if any) is reapplied.
2846 .Fl n
2848 .Fl p
2849 are equivalent to the
2850 .Ic next-layout
2852 .Ic previous-layout
2853 commands.
2854 .Fl o
2855 applies the last set layout if possible (undoes the most recent layout change).
2856 .Fl E
2857 spreads the current pane and any panes next to it out evenly.
2858 .Tg selectp
2859 .It Xo Ic select-pane
2860 .Op Fl DdeLlMmRUZ
2861 .Op Fl T Ar title
2862 .Op Fl t Ar target-pane
2864 .D1 Pq alias: Ic selectp
2865 Make pane
2866 .Ar target-pane
2867 the active pane in its window.
2868 If one of
2869 .Fl D ,
2870 .Fl L ,
2871 .Fl R ,
2873 .Fl U
2874 is used, respectively the pane below, to the left, to the right, or above the
2875 target pane is used.
2876 .Fl Z
2877 keeps the window zoomed if it was zoomed.
2878 .Fl l
2879 is the same as using the
2880 .Ic last-pane
2881 command.
2882 .Fl e
2883 enables or
2884 .Fl d
2885 disables input to the pane.
2886 .Fl T
2887 sets the pane title.
2889 .Fl m
2891 .Fl M
2892 are used to set and clear the
2893 .Em marked pane .
2894 There is one marked pane at a time, setting a new marked pane clears the last.
2895 The marked pane is the default target for
2896 .Fl s
2898 .Ic join-pane ,
2899 .Ic move-pane ,
2900 .Ic swap-pane
2902 .Ic swap-window .
2903 .Tg selectw
2904 .It Xo Ic select-window
2905 .Op Fl lnpT
2906 .Op Fl t Ar target-window
2908 .D1 Pq alias: Ic selectw
2909 Select the window at
2910 .Ar target-window .
2911 .Fl l ,
2912 .Fl n
2914 .Fl p
2915 are equivalent to the
2916 .Ic last-window ,
2917 .Ic next-window
2919 .Ic previous-window
2920 commands.
2922 .Fl T
2923 is given and the selected window is already the current window,
2924 the command behaves like
2925 .Ic last-window .
2926 .Tg splitw
2927 .It Xo Ic split-window
2928 .Op Fl bdfhIvPZ
2929 .Op Fl c Ar start-directory
2930 .Op Fl e Ar environment
2931 .Op Fl l Ar size
2932 .Op Fl t Ar target-pane
2933 .Op Ar shell-command
2934 .Op Fl F Ar format
2936 .D1 Pq alias: Ic splitw
2937 Create a new pane by splitting
2938 .Ar target-pane :
2939 .Fl h
2940 does a horizontal split and
2941 .Fl v
2942 a vertical split; if neither is specified,
2943 .Fl v
2944 is assumed.
2946 .Fl l
2947 option specifies the size of the new pane in lines (for vertical split) or in
2948 columns (for horizontal split);
2949 .Ar size
2950 may be followed by
2951 .Ql %
2952 to specify a percentage of the available space.
2954 .Fl b
2955 option causes the new pane to be created to the left of or above
2956 .Ar target-pane .
2958 .Fl f
2959 option creates a new pane spanning the full window height (with
2960 .Fl h )
2961 or full window width (with
2962 .Fl v ) ,
2963 instead of splitting the active pane.
2964 .Fl Z
2965 zooms if the window is not zoomed, or keeps it zoomed if already zoomed.
2967 An empty
2968 .Ar shell-command
2969 ('') will create a pane with no command running in it.
2970 Output can be sent to such a pane with the
2971 .Ic display-message
2972 command.
2974 .Fl I
2975 flag (if
2976 .Ar shell-command
2977 is not specified or empty)
2978 will create an empty pane and forward any output from stdin to it.
2979 For example:
2980 .Bd -literal -offset indent
2981 $ make 2>&1|tmux splitw -dI &
2984 All other options have the same meaning as for the
2985 .Ic new-window
2986 command.
2987 .Tg swapp
2988 .It Xo Ic swap-pane
2989 .Op Fl dDUZ
2990 .Op Fl s Ar src-pane
2991 .Op Fl t Ar dst-pane
2993 .D1 Pq alias: Ic swapp
2994 Swap two panes.
2996 .Fl U
2997 is used and no source pane is specified with
2998 .Fl s ,
2999 .Ar dst-pane
3000 is swapped with the previous pane (before it numerically);
3001 .Fl D
3002 swaps with the next pane (after it numerically).
3003 .Fl d
3004 instructs
3006 not to change the active pane and
3007 .Fl Z
3008 keeps the window zoomed if it was zoomed.
3011 .Fl s
3012 is omitted and a marked pane is present (see
3013 .Ic select-pane
3014 .Fl m ) ,
3015 the marked pane is used rather than the current pane.
3016 .Tg swapw
3017 .It Xo Ic swap-window
3018 .Op Fl d
3019 .Op Fl s Ar src-window
3020 .Op Fl t Ar dst-window
3022 .D1 Pq alias: Ic swapw
3023 This is similar to
3024 .Ic link-window ,
3025 except the source and destination windows are swapped.
3026 It is an error if no window exists at
3027 .Ar src-window .
3029 .Fl d
3030 is given, the new window does not become the current window.
3033 .Fl s
3034 is omitted and a marked pane is present (see
3035 .Ic select-pane
3036 .Fl m ) ,
3037 the window containing the marked pane is used rather than the current window.
3038 .Tg unlinkw
3039 .It Xo Ic unlink-window
3040 .Op Fl k
3041 .Op Fl t Ar target-window
3043 .D1 Pq alias: Ic unlinkw
3044 Unlink
3045 .Ar target-window .
3046 Unless
3047 .Fl k
3048 is given, a window may be unlinked only if it is linked to multiple sessions -
3049 windows may not be linked to no sessions;
3051 .Fl k
3052 is specified and the window is linked to only one session, it is unlinked and
3053 destroyed.
3055 .Sh KEY BINDINGS
3057 allows a command to be bound to most keys, with or without a prefix key.
3058 When specifying keys, most represent themselves (for example
3059 .Ql A
3061 .Ql Z ) .
3062 Ctrl keys may be prefixed with
3063 .Ql C-
3065 .Ql ^ ,
3066 Shift keys with
3067 .Ql S-
3068 and Alt (meta) with
3069 .Ql M- .
3070 In addition, the following special key names are accepted:
3071 .Em Up ,
3072 .Em Down ,
3073 .Em Left ,
3074 .Em Right ,
3075 .Em BSpace ,
3076 .Em BTab ,
3077 .Em DC
3078 (Delete),
3079 .Em End ,
3080 .Em Enter ,
3081 .Em Escape ,
3082 .Em F1
3084 .Em F12 ,
3085 .Em Home ,
3086 .Em IC
3087 (Insert),
3088 .Em NPage/PageDown/PgDn ,
3089 .Em PPage/PageUp/PgUp ,
3090 .Em Space ,
3092 .Em Tab .
3093 Note that to bind the
3094 .Ql \&"
3096 .Ql '
3097 keys, quotation marks are necessary, for example:
3098 .Bd -literal -offset indent
3099 bind-key '"' split-window
3100 bind-key "'" new-window
3103 A command bound to the
3104 .Em Any
3105 key will execute for all keys which do not have a more specific binding.
3107 Commands related to key bindings are as follows:
3108 .Bl -tag -width Ds
3109 .Tg bind
3110 .It Xo Ic bind-key
3111 .Op Fl nr
3112 .Op Fl N Ar note
3113 .Op Fl T Ar key-table
3114 .Ar key command Op Ar arguments
3116 .D1 Pq alias: Ic bind
3117 Bind key
3118 .Ar key
3120 .Ar command .
3121 Keys are bound in a key table.
3122 By default (without -T), the key is bound in
3124 .Em prefix
3125 key table.
3126 This table is used for keys pressed after the prefix key (for example,
3127 by default
3128 .Ql c
3129 is bound to
3130 .Ic new-window
3131 in the
3132 .Em prefix
3133 table, so
3134 .Ql C-b c
3135 creates a new window).
3137 .Em root
3138 table is used for keys pressed without the prefix key: binding
3139 .Ql c
3141 .Ic new-window
3142 in the
3143 .Em root
3144 table (not recommended) means a plain
3145 .Ql c
3146 will create a new window.
3147 .Fl n
3148 is an alias
3150 .Fl T Ar root .
3151 Keys may also be bound in custom key tables and the
3152 .Ic switch-client
3153 .Fl T
3154 command used to switch to them from a key binding.
3156 .Fl r
3157 flag indicates this key may repeat, see the
3158 .Ic repeat-time
3159 option.
3160 .Fl N
3161 attaches a note to the key (shown with
3162 .Ic list-keys
3163 .Fl N ) .
3165 To view the default bindings and possible commands, see the
3166 .Ic list-keys
3167 command.
3168 .Tg lsk
3169 .It Xo Ic list-keys
3170 .Op Fl 1aN
3171 .Op Fl P Ar prefix-string Fl T Ar key-table
3172 .Op Ar key
3174 .D1 Pq alias: Ic lsk
3175 List key bindings.
3176 There are two forms: the default lists keys as
3177 .Ic bind-key
3178 commands;
3179 .Fl N
3180 lists only keys with attached notes and shows only the key and note for each
3181 key.
3183 With the default form, all key tables are listed by default.
3184 .Fl T
3185 lists only keys in
3186 .Ar key-table .
3188 With the
3189 .Fl N
3190 form, only keys in the
3191 .Em root
3193 .Em prefix
3194 key tables are listed by default;
3195 .Fl T
3196 also lists only keys in
3197 .Ar key-table .
3198 .Fl P
3199 specifies a prefix to print before each key and
3200 .Fl 1
3201 lists only the first matching key.
3202 .Fl a
3203 lists the command for keys that do not have a note rather than skipping them.
3204 .Tg send
3205 .It Xo Ic send-keys
3206 .Op Fl FHlMRX
3207 .Op Fl N Ar repeat-count
3208 .Op Fl t Ar target-pane
3209 .Ar key Ar ...
3211 .D1 Pq alias: Ic send
3212 Send a key or keys to a window.
3213 Each argument
3214 .Ar key
3215 is the name of the key (such as
3216 .Ql C-a
3218 .Ql NPage )
3219 to send; if the string is not recognised as a key, it is sent as a series of
3220 characters.
3221 All arguments are sent sequentially from first to last.
3222 If no keys are given and the command is bound to a key, then that key is used.
3225 .Fl l
3226 flag disables key name lookup and processes the keys as literal UTF-8
3227 characters.
3229 .Fl H
3230 flag expects each key to be a hexadecimal number for an ASCII character.
3233 .Fl R
3234 flag causes the terminal state to be reset.
3236 .Fl M
3237 passes through a mouse event (only valid if bound to a mouse key binding, see
3238 .Sx MOUSE SUPPORT ) .
3240 .Fl X
3241 is used to send a command into copy mode - see
3243 .Sx WINDOWS AND PANES
3244 section.
3245 .Fl N
3246 specifies a repeat count and
3247 .Fl F
3248 expands formats in arguments where appropriate.
3249 .It Xo Ic send-prefix
3250 .Op Fl 2
3251 .Op Fl t Ar target-pane
3253 Send the prefix key, or with
3254 .Fl 2
3255 the secondary prefix key, to a window as if it was pressed.
3256 .Tg unbind
3257 .It Xo Ic unbind-key
3258 .Op Fl anq
3259 .Op Fl T Ar key-table
3260 .Ar key
3262 .D1 Pq alias: Ic unbind
3263 Unbind the command bound to
3264 .Ar key .
3265 .Fl n
3267 .Fl T
3268 are the same as for
3269 .Ic bind-key .
3271 .Fl a
3272 is present, all key bindings are removed.
3274 .Fl q
3275 option prevents errors being returned.
3277 .Sh OPTIONS
3278 The appearance and behaviour of
3280 may be modified by changing the value of various options.
3281 There are four types of option:
3282 .Em server options ,
3283 .Em session options ,
3284 .Em window options ,
3286 .Em pane options .
3290 server has a set of global server options which do not apply to any particular
3291 window or session or pane.
3292 These are altered with the
3293 .Ic set-option
3294 .Fl s
3295 command, or displayed with the
3296 .Ic show-options
3297 .Fl s
3298 command.
3300 In addition, each individual session may have a set of session options, and
3301 there is a separate set of global session options.
3302 Sessions which do not have a particular option configured inherit the value
3303 from the global session options.
3304 Session options are set or unset with the
3305 .Ic set-option
3306 command and may be listed with the
3307 .Ic show-options
3308 command.
3309 The available server and session options are listed under the
3310 .Ic set-option
3311 command.
3313 Similarly, a set of window options is attached to each window and a set of pane
3314 options to each pane.
3315 Pane options inherit from window options.
3316 This means any pane option may be set as a window option to apply the option to
3317 all panes in the window without the option set, for example these commands will
3318 set the background colour to red for all panes except pane 0:
3319 .Bd -literal -offset indent
3320 set -w window-style bg=red
3321 set -pt:.0 window-style bg=blue
3324 There is also a set of global window options from which any unset window or
3325 pane options are inherited.
3326 Window and pane options are altered with
3327 .Ic set-option
3328 .Fl w
3330 .Fl p
3331 commands and displayed with
3332 .Ic show-option
3333 .Fl w
3335 .Fl p .
3338 also supports user options which are prefixed with a
3339 .Ql \&@ .
3340 User options may have any name, so long as they are prefixed with
3341 .Ql \&@ ,
3342 and be set to any string.
3343 For example:
3344 .Bd -literal -offset indent
3345 $ tmux set -wq @foo "abc123"
3346 $ tmux show -wv @foo
3347 abc123
3350 Commands which set options are as follows:
3351 .Bl -tag -width Ds
3352 .Tg set
3353 .It Xo Ic set-option
3354 .Op Fl aFgopqsuUw
3355 .Op Fl t Ar target-pane
3356 .Ar option Ar value
3358 .D1 Pq alias: Ic set
3359 Set a pane option with
3360 .Fl p ,
3361 a window option with
3362 .Fl w ,
3363 a server option with
3364 .Fl s ,
3365 otherwise a session option.
3366 If the option is not a user option,
3367 .Fl w
3369 .Fl s
3370 may be unnecessary -
3372 will infer the type from the option name, assuming
3373 .Fl w
3374 for pane options.
3376 .Fl g
3377 is given, the global session or window option is set.
3379 .Fl F
3380 expands formats in the option value.
3382 .Fl u
3383 flag unsets an option, so a session inherits the option from the global
3384 options (or with
3385 .Fl g ,
3386 restores a global option to the default).
3387 .Fl U
3388 unsets an option (like
3389 .Fl u )
3390 but if the option is a pane option also unsets the option on any panes in the
3391 window.
3392 .Ar value
3393 depends on the option and may be a number, a string, or a flag (on, off, or
3394 omitted to toggle).
3397 .Fl o
3398 flag prevents setting an option that is already set and the
3399 .Fl q
3400 flag suppresses errors about unknown or ambiguous options.
3402 With
3403 .Fl a ,
3404 and if the option expects a string or a style,
3405 .Ar value
3406 is appended to the existing setting.
3407 For example:
3408 .Bd -literal -offset indent
3409 set -g status-left "foo"
3410 set -ag status-left "bar"
3413 Will result in
3414 .Ql foobar .
3415 And:
3416 .Bd -literal -offset indent
3417 set -g status-style "bg=red"
3418 set -ag status-style "fg=blue"
3421 Will result in a red background
3422 .Em and
3423 blue foreground.
3424 Without
3425 .Fl a ,
3426 the result would be the default background and a blue foreground.
3427 .Tg show
3428 .It Xo Ic show-options
3429 .Op Fl AgHpqsvw
3430 .Op Fl t Ar target-pane
3431 .Op Ar option
3433 .D1 Pq alias: Ic show
3434 Show the pane options (or a single option if
3435 .Ar option
3436 is provided) with
3437 .Fl p ,
3438 the window options with
3439 .Fl w ,
3440 the server options with
3441 .Fl s ,
3442 otherwise the session options.
3443 If the option is not a user option,
3444 .Fl w
3446 .Fl s
3447 may be unnecessary -
3449 will infer the type from the option name, assuming
3450 .Fl w
3451 for pane options.
3452 Global session or window options are listed if
3453 .Fl g
3454 is used.
3455 .Fl v
3456 shows only the option value, not the name.
3458 .Fl q
3459 is set, no error will be returned if
3460 .Ar option
3461 is unset.
3462 .Fl H
3463 includes hooks (omitted by default).
3464 .Fl A
3465 includes options inherited from a parent set of options, such options are
3466 marked with an asterisk.
3469 Available server options are:
3470 .Bl -tag -width Ds
3471 .It Ic backspace Ar key
3472 Set the key sent by
3474 for backspace.
3475 .It Ic buffer-limit Ar number
3476 Set the number of buffers; as new buffers are added to the top of the stack,
3477 old ones are removed from the bottom if necessary to maintain this maximum
3478 length.
3479 .It Xo Ic command-alias[]
3480 .Ar name=value
3482 This is an array of custom aliases for commands.
3483 If an unknown command matches
3484 .Ar name ,
3485 it is replaced with
3486 .Ar value .
3487 For example, after:
3489 .Dl set -s command-alias[100] zoom='resize-pane -Z'
3491 Using:
3493 .Dl zoom -t:.1
3495 Is equivalent to:
3497 .Dl resize-pane -Z -t:.1
3499 Note that aliases are expanded when a command is parsed rather than when it is
3500 executed, so binding an alias with
3501 .Ic bind-key
3502 will bind the expanded form.
3503 .It Ic default-terminal Ar terminal
3504 Set the default terminal for new windows created in this session - the
3505 default value of the
3506 .Ev TERM
3507 environment variable.
3510 to work correctly, this
3511 .Em must
3512 be set to
3513 .Ql screen ,
3514 .Ql tmux
3515 or a derivative of them.
3516 .It Ic copy-command Ar shell-command
3517 Give the command to pipe to if the
3518 .Ic copy-pipe
3519 copy mode command is used without arguments.
3520 .It Ic escape-time Ar time
3521 Set the time in milliseconds for which
3523 waits after an escape is input to determine if it is part of a function or meta
3524 key sequences.
3525 The default is 500 milliseconds.
3526 .It Ic editor Ar shell-command
3527 Set the command used when
3529 runs an editor.
3530 .It Xo Ic exit-empty
3531 .Op Ic on | off
3533 If enabled (the default), the server will exit when there are no active
3534 sessions.
3535 .It Xo Ic exit-unattached
3536 .Op Ic on | off
3538 If enabled, the server will exit when there are no attached clients.
3539 .It Xo Ic extended-keys
3540 .Op Ic on | off | always
3542 When
3543 .Ic on
3545 .Ic always ,
3546 the escape sequence to enable extended keys is sent to the terminal, if
3548 knows that it is supported.
3550 always recognises extended keys itself.
3551 If this option is
3552 .Ic on ,
3554 will only forward extended keys to applications when they request them; if
3555 .Ic always ,
3557 will always forward the keys.
3558 .It Xo Ic focus-events
3559 .Op Ic on | off
3561 When enabled, focus events are requested from the terminal if supported and
3562 passed through to applications running in
3563 .Nm .
3564 Attached clients should be detached and attached again after changing this
3565 option.
3566 .It Ic history-file Ar path
3567 If not empty, a file to which
3569 will write command prompt history on exit and load it from on start.
3570 .It Ic message-limit Ar number
3571 Set the number of error or information messages to save in the message log for
3572 each client.
3573 .It Ic prompt-history-limit Ar number
3574 Set the number of history items to save in the history file for each type of
3575 command prompt.
3576 .It Xo Ic set-clipboard
3577 .Op Ic on | external | off
3579 Attempt to set the terminal clipboard content using the
3580 .Xr xterm 1
3581 escape sequence, if there is an
3582 .Em \&Ms
3583 entry in the
3584 .Xr terminfo 5
3585 description (see the
3586 .Sx TERMINFO EXTENSIONS
3587 section).
3589 If set to
3590 .Ic on ,
3592 will both accept the escape sequence to create a buffer and attempt to set
3593 the terminal clipboard.
3594 If set to
3595 .Ic external ,
3597 will attempt to set the terminal clipboard but ignore attempts
3598 by applications to set
3600 buffers.
3602 .Ic off ,
3604 will neither accept the clipboard escape sequence nor attempt to set the
3605 clipboard.
3607 Note that this feature needs to be enabled in
3608 .Xr xterm 1
3609 by setting the resource:
3610 .Bd -literal -offset indent
3611 disallowedWindowOps: 20,21,SetXprop
3614 Or changing this property from the
3615 .Xr xterm 1
3616 interactive menu when required.
3617 .It Ic terminal-features[] Ar string
3618 Set terminal features for terminal types read from
3619 .Xr terminfo 5 .
3621 has a set of named terminal features.
3622 Each will apply appropriate changes to the
3623 .Xr terminfo 5
3624 entry in use.
3627 can detect features for a few common terminals; this option can be used to
3628 easily tell tmux about features supported by terminals it cannot detect.
3630 .Ic terminal-overrides
3631 option allows individual
3632 .Xr terminfo 5
3633 capabilities to be set instead,
3634 .Ic terminal-features
3635 is intended for classes of functionality supported in a standard way but not
3636 reported by
3637 .Xr terminfo 5 .
3638 Care must be taken to configure this only with features the terminal actually
3639 supports.
3641 This is an array option where each entry is a colon-separated string made up
3642 of a terminal type pattern (matched using
3643 .Xr fnmatch 3 )
3644 followed by a list of terminal features.
3645 The available features are:
3646 .Bl -tag -width Ds
3647 .It 256
3648 Supports 256 colours with the SGR escape sequences.
3649 .It clipboard
3650 Allows setting the system clipboard.
3651 .It ccolour
3652 Allows setting the cursor colour.
3653 .It cstyle
3654 Allows setting the cursor style.
3655 .It extkeys
3656 Supports extended keys.
3657 .It focus
3658 Supports focus reporting.
3659 .It ignorefkeys
3660 Ignore function keys from
3661 .Xr terminfo 5
3662 and use the
3664 internal set only.
3665 .It margins
3666 Supports DECSLRM margins.
3667 .It mouse
3668 Supports
3669 .Xr xterm 1
3670 mouse sequences.
3671 .It osc7
3672 Supports the OSC 7 working directory extension.
3673 .It overline
3674 Supports the overline SGR attribute.
3675 .It rectfill
3676 Supports the DECFRA rectangle fill escape sequence.
3677 .It RGB
3678 Supports RGB colour with the SGR escape sequences.
3679 .It strikethrough
3680 Supports the strikethrough SGR escape sequence.
3681 .It sync
3682 Supports synchronized updates.
3683 .It title
3684 Supports
3685 .Xr xterm 1
3686 title setting.
3687 .It usstyle
3688 Allows underscore style and colour to be set.
3690 .It Ic terminal-overrides[] Ar string
3691 Allow terminal descriptions read using
3692 .Xr terminfo 5
3693 to be overridden.
3694 Each entry is a colon-separated string made up of a terminal type pattern
3695 (matched using
3696 .Xr fnmatch 3 )
3697 and a set of
3698 .Em name=value
3699 entries.
3701 For example, to set the
3702 .Ql clear
3703 .Xr terminfo 5
3704 entry to
3705 .Ql \ee[H\ee[2J
3706 for all terminal types matching
3707 .Ql rxvt* :
3709 .Dl "rxvt*:clear=\ee[H\ee[2J"
3711 The terminal entry value is passed through
3712 .Xr strunvis 3
3713 before interpretation.
3714 .It Ic user-keys[] Ar key
3715 Set list of user-defined key escape sequences.
3716 Each item is associated with a key named
3717 .Ql User0 ,
3718 .Ql User1 ,
3719 and so on.
3721 For example:
3722 .Bd -literal -offset indent
3723 set -s user-keys[0] "\ee[5;30012~"
3724 bind User0 resize-pane -L 3
3728 Available session options are:
3729 .Bl -tag -width Ds
3730 .It Xo Ic activity-action
3731 .Op Ic any | none | current | other
3733 Set action on window activity when
3734 .Ic monitor-activity
3735 is on.
3736 .Ic any
3737 means activity in any window linked to a session causes a bell or message
3738 (depending on
3739 .Ic visual-activity )
3740 in the current window of that session,
3741 .Ic none
3742 means all activity is ignored (equivalent to
3743 .Ic monitor-activity
3744 being off),
3745 .Ic current
3746 means only activity in windows other than the current window are ignored and
3747 .Ic other
3748 means activity in the current window is ignored but not those in other windows.
3749 .It Ic assume-paste-time Ar milliseconds
3750 If keys are entered faster than one in
3751 .Ar milliseconds ,
3752 they are assumed to have been pasted rather than typed and
3754 key bindings are not processed.
3755 The default is one millisecond and zero disables.
3756 .It Ic base-index Ar index
3757 Set the base index from which an unused index should be searched when a new
3758 window is created.
3759 The default is zero.
3760 .It Xo Ic bell-action
3761 .Op Ic any | none | current | other
3763 Set action on a bell in a window when
3764 .Ic monitor-bell
3765 is on.
3766 The values are the same as those for
3767 .Ic activity-action .
3768 .It Ic default-command Ar shell-command
3769 Set the command used for new windows (if not specified when the window is
3770 created) to
3771 .Ar shell-command ,
3772 which may be any
3773 .Xr sh 1
3774 command.
3775 The default is an empty string, which instructs
3777 to create a login shell using the value of the
3778 .Ic default-shell
3779 option.
3780 .It Ic default-shell Ar path
3781 Specify the default shell.
3782 This is used as the login shell for new windows when the
3783 .Ic default-command
3784 option is set to empty, and must be the full path of the executable.
3785 When started
3787 tries to set a default value from the first suitable of the
3788 .Ev SHELL
3789 environment variable, the shell returned by
3790 .Xr getpwuid 3 ,
3792 .Pa /bin/sh .
3793 This option should be configured when
3795 is used as a login shell.
3796 .It Ic default-size Ar XxY
3797 Set the default size of new windows when the
3798 .Ic window-size
3799 option is set to manual or when a session is created with
3800 .Ic new-session
3801 .Fl d .
3802 The value is the width and height separated by an
3803 .Ql x
3804 character.
3805 The default is 80x24.
3806 .It Xo Ic destroy-unattached
3807 .Op Ic on | off
3809 If enabled and the session is no longer attached to any clients, it is
3810 destroyed.
3811 .It Xo Ic detach-on-destroy
3812 .Op Ic off | on | no-detached
3814 If on (the default), the client is detached when the session it is attached to
3815 is destroyed.
3816 If off, the client is switched to the most recently active of the remaining
3817 sessions.
3819 .Ic no-detached ,
3820 the client is detached only if there are no detached sessions; if detached
3821 sessions exist, the client is switched to the most recently active.
3822 .It Ic display-panes-active-colour Ar colour
3823 Set the colour used by the
3824 .Ic display-panes
3825 command to show the indicator for the active pane.
3826 .It Ic display-panes-colour Ar colour
3827 Set the colour used by the
3828 .Ic display-panes
3829 command to show the indicators for inactive panes.
3830 .It Ic display-panes-time Ar time
3831 Set the time in milliseconds for which the indicators shown by the
3832 .Ic display-panes
3833 command appear.
3834 .It Ic display-time Ar time
3835 Set the amount of time for which status line messages and other on-screen
3836 indicators are displayed.
3837 If set to 0, messages and indicators are displayed until a key is pressed.
3838 .Ar time
3839 is in milliseconds.
3840 .It Ic history-limit Ar lines
3841 Set the maximum number of lines held in window history.
3842 This setting applies only to new windows - existing window histories are not
3843 resized and retain the limit at the point they were created.
3844 .It Ic key-table Ar key-table
3845 Set the default key table to
3846 .Ar key-table
3847 instead of
3848 .Em root .
3849 .It Ic lock-after-time Ar number
3850 Lock the session (like the
3851 .Ic lock-session
3852 command) after
3853 .Ar number
3854 seconds of inactivity.
3855 The default is not to lock (set to 0).
3856 .It Ic lock-command Ar shell-command
3857 Command to run when locking each client.
3858 The default is to run
3859 .Xr lock 1
3860 with
3861 .Fl np .
3862 .It Ic message-command-style Ar style
3863 Set status line message command style.
3864 This is used for the command prompt with
3865 .Xr vi 1
3866 keys when in command mode.
3867 For how to specify
3868 .Ar style ,
3869 see the
3870 .Sx STYLES
3871 section.
3872 .It Ic message-style Ar style
3873 Set status line message style.
3874 This is used for messages and for the command prompt.
3875 For how to specify
3876 .Ar style ,
3877 see the
3878 .Sx STYLES
3879 section.
3880 .It Xo Ic mouse
3881 .Op Ic on | off
3883 If on,
3885 captures the mouse and allows mouse events to be bound as key bindings.
3886 See the
3887 .Sx MOUSE SUPPORT
3888 section for details.
3889 .It Ic prefix Ar key
3890 Set the key accepted as a prefix key.
3891 In addition to the standard keys described under
3892 .Sx KEY BINDINGS ,
3893 .Ic prefix
3894 can be set to the special key
3895 .Ql None
3896 to set no prefix.
3897 .It Ic prefix2 Ar key
3898 Set a secondary key accepted as a prefix key.
3899 Like
3900 .Ic prefix ,
3901 .Ic prefix2
3902 can be set to
3903 .Ql None .
3904 .It Xo Ic renumber-windows
3905 .Op Ic on | off
3907 If on, when a window is closed in a session, automatically renumber the other
3908 windows in numerical order.
3909 This respects the
3910 .Ic base-index
3911 option if it has been set.
3912 If off, do not renumber the windows.
3913 .It Ic repeat-time Ar time
3914 Allow multiple commands to be entered without pressing the prefix-key again
3915 in the specified
3916 .Ar time
3917 milliseconds (the default is 500).
3918 Whether a key repeats may be set when it is bound using the
3919 .Fl r
3920 flag to
3921 .Ic bind-key .
3922 Repeat is enabled for the default keys bound to the
3923 .Ic resize-pane
3924 command.
3925 .It Xo Ic set-titles
3926 .Op Ic on | off
3928 Attempt to set the client terminal title using the
3929 .Em tsl
3931 .Em fsl
3932 .Xr terminfo 5
3933 entries if they exist.
3935 automatically sets these to the \ee]0;...\e007 sequence if
3936 the terminal appears to be
3937 .Xr xterm 1 .
3938 This option is off by default.
3939 .It Ic set-titles-string Ar string
3940 String used to set the client terminal title if
3941 .Ic set-titles
3942 is on.
3943 Formats are expanded, see the
3944 .Sx FORMATS
3945 section.
3946 .It Xo Ic silence-action
3947 .Op Ic any | none | current | other
3949 Set action on window silence when
3950 .Ic monitor-silence
3951 is on.
3952 The values are the same as those for
3953 .Ic activity-action .
3954 .It Xo Ic status
3955 .Op Ic off | on | 2 | 3 | 4 | 5
3957 Show or hide the status line or specify its size.
3958 Using
3959 .Ic on
3960 gives a status line one row in height;
3961 .Ic 2 ,
3962 .Ic 3 ,
3963 .Ic 4
3965 .Ic 5
3966 more rows.
3967 .It Ic status-format[] Ar format
3968 Specify the format to be used for each line of the status line.
3969 The default builds the top status line from the various individual status
3970 options below.
3971 .It Ic status-interval Ar interval
3972 Update the status line every
3973 .Ar interval
3974 seconds.
3975 By default, updates will occur every 15 seconds.
3976 A setting of zero disables redrawing at interval.
3977 .It Xo Ic status-justify
3978 .Op Ic left | centre | right | absolute-centre
3980 Set the position of the window list in the status line: left, centre or right.
3981 centre puts the window list in the relative centre of the available free space;
3982 absolute-centre uses the centre of the entire horizontal space.
3983 .It Xo Ic status-keys
3984 .Op Ic vi | emacs
3986 Use vi or emacs-style
3987 key bindings in the status line, for example at the command prompt.
3988 The default is emacs, unless the
3989 .Ev VISUAL
3991 .Ev EDITOR
3992 environment variables are set and contain the string
3993 .Ql vi .
3994 .It Ic status-left Ar string
3995 Display
3996 .Ar string
3997 (by default the session name) to the left of the status line.
3998 .Ar string
3999 will be passed through
4000 .Xr strftime 3 .
4001 Also see the
4002 .Sx FORMATS
4004 .Sx STYLES
4005 sections.
4007 For details on how the names and titles can be set see the
4008 .Sx "NAMES AND TITLES"
4009 section.
4011 Examples are:
4012 .Bd -literal -offset indent
4013 #(sysctl vm.loadavg)
4014 #[fg=yellow,bold]#(apm -l)%%#[default] [#S]
4017 The default is
4018 .Ql "[#S] " .
4019 .It Ic status-left-length Ar length
4020 Set the maximum
4021 .Ar length
4022 of the left component of the status line.
4023 The default is 10.
4024 .It Ic status-left-style Ar style
4025 Set the style of the left part of the status line.
4026 For how to specify
4027 .Ar style ,
4028 see the
4029 .Sx STYLES
4030 section.
4031 .It Xo Ic status-position
4032 .Op Ic top | bottom
4034 Set the position of the status line.
4035 .It Ic status-right Ar string
4036 Display
4037 .Ar string
4038 to the right of the status line.
4039 By default, the current pane title in double quotes, the date and the time
4040 are shown.
4041 As with
4042 .Ic status-left ,
4043 .Ar string
4044 will be passed to
4045 .Xr strftime 3
4046 and character pairs are replaced.
4047 .It Ic status-right-length Ar length
4048 Set the maximum
4049 .Ar length
4050 of the right component of the status line.
4051 The default is 40.
4052 .It Ic status-right-style Ar style
4053 Set the style of the right part of the status line.
4054 For how to specify
4055 .Ar style ,
4056 see the
4057 .Sx STYLES
4058 section.
4059 .It Ic status-style Ar style
4060 Set status line style.
4061 For how to specify
4062 .Ar style ,
4063 see the
4064 .Sx STYLES
4065 section.
4066 .It Ic update-environment[] Ar variable
4067 Set list of environment variables to be copied into the session environment
4068 when a new session is created or an existing session is attached.
4069 Any variables that do not exist in the source environment are set to be
4070 removed from the session environment (as if
4071 .Fl r
4072 was given to the
4073 .Ic set-environment
4074 command).
4075 .It Xo Ic visual-activity
4076 .Op Ic on | off | both
4078 If on, display a message instead of sending a bell when activity occurs in a
4079 window for which the
4080 .Ic monitor-activity
4081 window option is enabled.
4082 If set to both, a bell and a message are produced.
4083 .It Xo Ic visual-bell
4084 .Op Ic on | off | both
4086 If on, a message is shown on a bell in a window for which the
4087 .Ic monitor-bell
4088 window option is enabled instead of it being passed through to the
4089 terminal (which normally makes a sound).
4090 If set to both, a bell and a message are produced.
4091 Also see the
4092 .Ic bell-action
4093 option.
4094 .It Xo Ic visual-silence
4095 .Op Ic on | off | both
4098 .Ic monitor-silence
4099 is enabled, prints a message after the interval has expired on a given window
4100 instead of sending a bell.
4101 If set to both, a bell and a message are produced.
4102 .It Ic word-separators Ar string
4103 Sets the session's conception of what characters are considered word
4104 separators, for the purposes of the next and previous word commands in
4105 copy mode.
4108 Available window options are:
4110 .Bl -tag -width Ds -compact
4111 .It Xo Ic aggressive-resize
4112 .Op Ic on | off
4114 Aggressively resize the chosen window.
4115 This means that
4117 will resize the window to the size of the smallest or largest session
4118 (see the
4119 .Ic window-size
4120 option) for which it is the current window, rather than the session to
4121 which it is attached.
4122 The window may resize when the current window is changed on another
4123 session; this option is good for full-screen programs which support
4124 .Dv SIGWINCH
4125 and poor for interactive programs such as shells.
4127 .It Xo Ic automatic-rename
4128 .Op Ic on | off
4130 Control automatic window renaming.
4131 When this setting is enabled,
4133 will rename the window automatically using the format specified by
4134 .Ic automatic-rename-format .
4135 This flag is automatically disabled for an individual window when a name
4136 is specified at creation with
4137 .Ic new-window
4139 .Ic new-session ,
4140 or later with
4141 .Ic rename-window ,
4142 or with a terminal escape sequence.
4143 It may be switched off globally with:
4144 .Bd -literal -offset indent
4145 set-option -wg automatic-rename off
4148 .It Ic automatic-rename-format Ar format
4149 The format (see
4150 .Sx FORMATS )
4151 used when the
4152 .Ic automatic-rename
4153 option is enabled.
4155 .It Ic clock-mode-colour Ar colour
4156 Set clock colour.
4158 .It Xo Ic clock-mode-style
4159 .Op Ic 12 | 24
4161 Set clock hour format.
4163 .It Ic fill-character Ar character
4164 Set the character used to fill areas of the terminal unused by a window.
4166 .It Ic main-pane-height Ar height
4167 .It Ic main-pane-width Ar width
4168 Set the width or height of the main (left or top) pane in the
4169 .Ic main-horizontal
4171 .Ic main-vertical
4172 layouts.
4173 If suffixed by
4174 .Ql % ,
4175 this is a percentage of the window size.
4177 .It Ic copy-mode-match-style Ar style
4178 Set the style of search matches in copy mode.
4179 For how to specify
4180 .Ar style ,
4181 see the
4182 .Sx STYLES
4183 section.
4185 .It Ic copy-mode-mark-style Ar style
4186 Set the style of the line containing the mark in copy mode.
4187 For how to specify
4188 .Ar style ,
4189 see the
4190 .Sx STYLES
4191 section.
4193 .It Ic copy-mode-current-match-style Ar style
4194 Set the style of the current search match in copy mode.
4195 For how to specify
4196 .Ar style ,
4197 see the
4198 .Sx STYLES
4199 section.
4201 .It Xo Ic mode-keys
4202 .Op Ic vi | emacs
4204 Use vi or emacs-style key bindings in copy mode.
4205 The default is emacs, unless
4206 .Ev VISUAL
4208 .Ev EDITOR
4209 contains
4210 .Ql vi .
4212 .It Ic mode-style Ar style
4213 Set window modes style.
4214 For how to specify
4215 .Ar style ,
4216 see the
4217 .Sx STYLES
4218 section.
4220 .It Xo Ic monitor-activity
4221 .Op Ic on | off
4223 Monitor for activity in the window.
4224 Windows with activity are highlighted in the status line.
4226 .It Xo Ic monitor-bell
4227 .Op Ic on | off
4229 Monitor for a bell in the window.
4230 Windows with a bell are highlighted in the status line.
4232 .It Xo Ic monitor-silence
4233 .Op Ic interval
4235 Monitor for silence (no activity) in the window within
4236 .Ic interval
4237 seconds.
4238 Windows that have been silent for the interval are highlighted in the
4239 status line.
4240 An interval of zero disables the monitoring.
4242 .It Ic other-pane-height Ar height
4243 Set the height of the other panes (not the main pane) in the
4244 .Ic main-horizontal
4245 layout.
4246 If this option is set to 0 (the default), it will have no effect.
4247 If both the
4248 .Ic main-pane-height
4250 .Ic other-pane-height
4251 options are set, the main pane will grow taller to make the other panes the
4252 specified height, but will never shrink to do so.
4253 If suffixed by
4254 .Ql % ,
4255 this is a percentage of the window size.
4257 .It Ic other-pane-width Ar width
4258 Like
4259 .Ic other-pane-height ,
4260 but set the width of other panes in the
4261 .Ic main-vertical
4262 layout.
4264 .It Ic pane-active-border-style Ar style
4265 Set the pane border style for the currently active pane.
4266 For how to specify
4267 .Ar style ,
4268 see the
4269 .Sx STYLES
4270 section.
4271 Attributes are ignored.
4273 .It Ic pane-base-index Ar index
4274 Like
4275 .Ic base-index ,
4276 but set the starting index for pane numbers.
4278 .It Ic pane-border-format Ar format
4279 Set the text shown in pane border status lines.
4281 .It Xo Ic pane-border-indicators
4282 .Op Ic off | colour | arrows | both
4284 Indicate active pane by colouring only half of the border in windows with
4285 exactly two panes, by displaying arrow markers, by drawing both or neither.
4287 .It Ic pane-border-lines Ar type
4288 Set the type of characters used for drawing pane borders.
4289 .Ar type
4290 may be one of:
4291 .Bl -tag -width Ds
4292 .It single
4293 single lines using ACS or UTF-8 characters
4294 .It double
4295 double lines using UTF-8 characters
4296 .It heavy
4297 heavy lines using UTF-8 characters
4298 .It simple
4299 simple ASCII characters
4300 .It number
4301 the pane number
4304 .Ql double
4306 .Ql heavy
4307 will fall back to standard ACS line drawing when UTF-8 is not supported.
4309 .It Xo Ic pane-border-status
4310 .Op Ic off | top | bottom
4312 Turn pane border status lines off or set their position.
4314 .It Ic pane-border-style Ar style
4315 Set the pane border style for panes aside from the active pane.
4316 For how to specify
4317 .Ar style ,
4318 see the
4319 .Sx STYLES
4320 section.
4321 Attributes are ignored.
4323 .It Ic popup-style Ar style
4324 Set the popup style.
4325 For how to specify
4326 .Ar style ,
4327 see the
4328 .Sx STYLES
4329 section.
4330 Attributes are ignored.
4332 .It Ic popup-border-style Ar style
4333 Set the popup border style.
4334 For how to specify
4335 .Ar style ,
4336 see the
4337 .Sx STYLES
4338 section.
4339 Attributes are ignored.
4341 .It Ic popup-border-lines Ar type
4342 Set the type of characters used for drawing popup borders.
4343 .Ar type
4344 may be one of:
4345 .Bl -tag -width Ds
4346 .It single
4347 single lines using ACS or UTF-8 characters (default)
4348 .It rounded
4349 variation of single with rounded corners using UTF-8 characters
4350 .It double
4351 double lines using UTF-8 characters
4352 .It heavy
4353 heavy lines using UTF-8 characters
4354 .It simple
4355 simple ASCII characters
4356 .It padded
4357 simple ASCII space character
4358 .It none
4359 no border
4362 .Ql double
4364 .Ql heavy
4365 will fall back to standard ACS line drawing when UTF-8 is not supported.
4367 .It Ic window-status-activity-style Ar style
4368 Set status line style for windows with an activity alert.
4369 For how to specify
4370 .Ar style ,
4371 see the
4372 .Sx STYLES
4373 section.
4375 .It Ic window-status-bell-style Ar style
4376 Set status line style for windows with a bell alert.
4377 For how to specify
4378 .Ar style ,
4379 see the
4380 .Sx STYLES
4381 section.
4383 .It Ic window-status-current-format Ar string
4384 Like
4385 .Ar window-status-format ,
4386 but is the format used when the window is the current window.
4388 .It Ic window-status-current-style Ar style
4389 Set status line style for the currently active window.
4390 For how to specify
4391 .Ar style ,
4392 see the
4393 .Sx STYLES
4394 section.
4396 .It Ic window-status-format Ar string
4397 Set the format in which the window is displayed in the status line window list.
4398 See the
4399 .Sx FORMATS
4401 .Sx STYLES
4402 sections.
4404 .It Ic window-status-last-style Ar style
4405 Set status line style for the last active window.
4406 For how to specify
4407 .Ar style ,
4408 see the
4409 .Sx STYLES
4410 section.
4412 .It Ic window-status-separator Ar string
4413 Sets the separator drawn between windows in the status line.
4414 The default is a single space character.
4416 .It Ic window-status-style Ar style
4417 Set status line style for a single window.
4418 For how to specify
4419 .Ar style ,
4420 see the
4421 .Sx STYLES
4422 section.
4424 .It Xo Ic window-size
4425 .Ar largest | Ar smallest | Ar manual | Ar latest
4427 Configure how
4429 determines the window size.
4430 If set to
4431 .Ar largest ,
4432 the size of the largest attached session is used; if
4433 .Ar smallest ,
4434 the size of the smallest.
4436 .Ar manual ,
4437 the size of a new window is set from the
4438 .Ic default-size
4439 option and windows are resized automatically.
4440 With
4441 .Ar latest ,
4443 uses the size of the client that had the most recent activity.
4444 See also the
4445 .Ic resize-window
4446 command and the
4447 .Ic aggressive-resize
4448 option.
4450 .It Xo Ic wrap-search
4451 .Op Ic on | off
4453 If this option is set, searches will wrap around the end of the pane contents.
4454 The default is on.
4457 Available pane options are:
4459 .Bl -tag -width Ds -compact
4460 .It Xo Ic allow-passthrough
4461 .Op Ic on | off
4463 Allow programs in the pane to bypass
4465 using a terminal escape sequence (\eePtmux;...\ee\e\e).
4467 .It Xo Ic allow-rename
4468 .Op Ic on | off
4470 Allow programs in the pane to change the window name using a terminal escape
4471 sequence (\eek...\ee\e\e).
4473 .It Xo Ic alternate-screen
4474 .Op Ic on | off
4476 This option configures whether programs running inside the pane may use the
4477 terminal alternate screen feature, which allows the
4478 .Em smcup
4480 .Em rmcup
4481 .Xr terminfo 5
4482 capabilities.
4483 The alternate screen feature preserves the contents of the window when an
4484 interactive application starts and restores it on exit, so that any output
4485 visible before the application starts reappears unchanged after it exits.
4487 .It Ic cursor-colour Ar colour
4488 Set the colour of the cursor.
4490 .It Ic pane-colours[] Ar colour
4491 The default colour palette.
4492 Each entry in the array defines the colour
4494 uses when the colour with that index is requested.
4495 The index may be from zero to 255.
4497 .It Ic cursor-style Ar style
4498 Set the style of the cursor.
4499 Available styles are:
4500 .Ic default ,
4501 .Ic blinking-block ,
4502 .Ic block ,
4503 .Ic blinking-underline ,
4504 .Ic underline ,
4505 .Ic blinking-bar ,
4506 .Ic bar .
4508 .It Xo Ic remain-on-exit
4509 .Op Ic on | off | failed
4511 A pane with this flag set is not destroyed when the program running in it
4512 exits.
4513 If set to
4514 .Ic failed ,
4515 then only when the program exit status is not zero.
4516 The pane may be reactivated with the
4517 .Ic respawn-pane
4518 command.
4520 .It Ic remain-on-exit-format Ar string
4521 Set the text shown at the bottom of exited panes when
4522 .Ic remain-on-exit
4523 is enabled.
4525 .It Xo Ic scroll-on-clear
4526 .Op Ic on | off
4528 When the entire screen is cleared and this option is on, scroll the contents of
4529 the screen into history before clearing it.
4531 .It Xo Ic synchronize-panes
4532 .Op Ic on | off
4534 Duplicate input to all other panes in the same window where this option is also
4535 on (only for panes that are not in any mode).
4537 .It Ic window-active-style Ar style
4538 Set the pane style when it is the active pane.
4539 For how to specify
4540 .Ar style ,
4541 see the
4542 .Sx STYLES
4543 section.
4545 .It Ic window-style Ar style
4546 Set the pane style.
4547 For how to specify
4548 .Ar style ,
4549 see the
4550 .Sx STYLES
4551 section.
4553 .Sh HOOKS
4555 allows commands to run on various triggers, called
4556 .Em hooks .
4557 Most
4559 commands have an
4560 .Em after
4561 hook and there are a number of hooks not associated with commands.
4563 Hooks are stored as array options, members of the array are executed in
4564 order when the hook is triggered.
4565 Like options different hooks may be global or belong to a session, window or pane.
4566 Hooks may be configured with the
4567 .Ic set-hook
4569 .Ic set-option
4570 commands and displayed with
4571 .Ic show-hooks
4573 .Ic show-options
4574 .Fl H .
4575 The following two commands are equivalent:
4576 .Bd -literal -offset indent.
4577 set-hook -g pane-mode-changed[42] 'set -g status-left-style bg=red'
4578 set-option -g pane-mode-changed[42] 'set -g status-left-style bg=red'
4581 Setting a hook without specifying an array index clears the hook and sets the
4582 first member of the array.
4584 A command's after
4585 hook is run after it completes, except when the command is run as part of a hook
4586 itself.
4587 They are named with an
4588 .Ql after-
4589 prefix.
4590 For example, the following command adds a hook to select the even-vertical
4591 layout after every
4592 .Ic split-window :
4593 .Bd -literal -offset indent
4594 set-hook -g after-split-window "selectl even-vertical"
4597 All the notifications listed in the
4598 .Sx CONTROL MODE
4599 section are hooks (without any arguments), except
4600 .Ic %exit .
4601 The following additional hooks are available:
4602 .Bl -tag -width "XXXXXXXXXXXXXXXXXXXXXX"
4603 .It alert-activity
4604 Run when a window has activity.
4606 .Ic monitor-activity .
4607 .It alert-bell
4608 Run when a window has received a bell.
4610 .Ic monitor-bell .
4611 .It alert-silence
4612 Run when a window has been silent.
4614 .Ic monitor-silence .
4615 .It client-active
4616 Run when a client becomes the latest active client of its session.
4617 .It client-attached
4618 Run when a client is attached.
4619 .It client-detached
4620 Run when a client is detached
4621 .It client-focus-in
4622 Run when focus enters a client
4623 .It client-focus-out
4624 Run when focus exits a client
4625 .It client-resized
4626 Run when a client is resized.
4627 .It client-session-changed
4628 Run when a client's attached session is changed.
4629 .It pane-died
4630 Run when the program running in a pane exits, but
4631 .Ic remain-on-exit
4632 is on so the pane has not closed.
4633 .It pane-exited
4634 Run when the program running in a pane exits.
4635 .It pane-focus-in
4636 Run when the focus enters a pane, if the
4637 .Ic focus-events
4638 option is on.
4639 .It pane-focus-out
4640 Run when the focus exits a pane, if the
4641 .Ic focus-events
4642 option is on.
4643 .It pane-set-clipboard
4644 Run when the terminal clipboard is set using the
4645 .Xr xterm 1
4646 escape sequence.
4647 .It session-created
4648 Run when a new session created.
4649 .It session-closed
4650 Run when a session closed.
4651 .It session-renamed
4652 Run when a session is renamed.
4653 .It window-linked
4654 Run when a window is linked into a session.
4655 .It window-renamed
4656 Run when a window is renamed.
4657 .It window-resized
4658 Run when a window is resized.
4659 This may be after the
4660 .Ar client-resized
4661 hook is run.
4662 .It window-unlinked
4663 Run when a window is unlinked from a session.
4666 Hooks are managed with these commands:
4667 .Bl -tag -width Ds
4668 .It Xo Ic set-hook
4669 .Op Fl agpRuw
4670 .Op Fl t Ar target-pane
4671 .Ar hook-name
4672 .Ar command
4674 Without
4675 .Fl R ,
4676 sets (or with
4677 .Fl u
4678 unsets) hook
4679 .Ar hook-name
4681 .Ar command .
4682 The flags are the same as for
4683 .Ic set-option .
4685 With
4686 .Fl R ,
4688 .Ar hook-name
4689 immediately.
4690 .It Xo Ic show-hooks
4691 .Op Fl gpw
4692 .Op Fl t Ar target-pane
4694 Shows hooks.
4695 The flags are the same as for
4696 .Ic show-options .
4698 .Sh MOUSE SUPPORT
4699 If the
4700 .Ic mouse
4701 option is on (the default is off),
4703 allows mouse events to be bound as keys.
4704 The name of each key is made up of a mouse event (such as
4705 .Ql MouseUp1 )
4706 and a location suffix, one of the following:
4707 .Bl -column "XXXXXXXXXXXXX" -offset indent
4708 .It Li "Pane" Ta "the contents of a pane"
4709 .It Li "Border" Ta "a pane border"
4710 .It Li "Status" Ta "the status line window list"
4711 .It Li "StatusLeft" Ta "the left part of the status line"
4712 .It Li "StatusRight" Ta "the right part of the status line"
4713 .It Li "StatusDefault" Ta "any other part of the status line"
4716 The following mouse events are available:
4717 .Bl -column "MouseDown1" "MouseDrag1" "WheelDown" -offset indent
4718 .It Li "WheelUp" Ta "WheelDown" Ta ""
4719 .It Li "MouseDown1" Ta "MouseUp1" Ta "MouseDrag1" Ta "MouseDragEnd1"
4720 .It Li "MouseDown2" Ta "MouseUp2" Ta "MouseDrag2" Ta "MouseDragEnd2"
4721 .It Li "MouseDown3" Ta "MouseUp3" Ta "MouseDrag3" Ta "MouseDragEnd3"
4722 .It Li "SecondClick1" Ta "SecondClick2" Ta "SecondClick3"
4723 .It Li "DoubleClick1" Ta "DoubleClick2" Ta "DoubleClick3"
4724 .It Li "TripleClick1" Ta "TripleClick2" Ta "TripleClick3"
4728 .Ql SecondClick
4729 events are fired for the second click of a double click, even if there may be a
4730 third click which will fire
4731 .Ql TripleClick
4732 instead of
4733 .Ql DoubleClick .
4735 Each should be suffixed with a location, for example
4736 .Ql MouseDown1Status .
4738 The special token
4739 .Ql {mouse}
4741 .Ql =
4742 may be used as
4743 .Ar target-window
4745 .Ar target-pane
4746 in commands bound to mouse key bindings.
4747 It resolves to the window or pane over which the mouse event took place
4748 (for example, the window in the status line over which button 1 was released for a
4749 .Ql MouseUp1Status
4750 binding, or the pane over which the wheel was scrolled for a
4751 .Ql WheelDownPane
4752 binding).
4755 .Ic send-keys
4756 .Fl M
4757 flag may be used to forward a mouse event to a pane.
4759 The default key bindings allow the mouse to be used to select and resize panes,
4760 to copy text and to change window using the status line.
4761 These take effect if the
4762 .Ic mouse
4763 option is turned on.
4764 .Sh FORMATS
4765 Certain commands accept the
4766 .Fl F
4767 flag with a
4768 .Ar format
4769 argument.
4770 This is a string which controls the output format of the command.
4771 Format variables are enclosed in
4772 .Ql #{
4774 .Ql } ,
4775 for example
4776 .Ql #{session_name} .
4777 The possible variables are listed in the table below, or the name of a
4779 option may be used for an option's value.
4780 Some variables have a shorter alias such as
4781 .Ql #S ;
4782 .Ql ##
4783 is replaced by a single
4784 .Ql # ,
4785 .Ql #,
4786 by a
4787 .Ql \&,
4789 .Ql #}
4790 by a
4791 .Ql } .
4793 Conditionals are available by prefixing with
4794 .Ql \&?
4795 and separating two alternatives with a comma;
4796 if the specified variable exists and is not zero, the first alternative
4797 is chosen, otherwise the second is used.
4798 For example
4799 .Ql #{?session_attached,attached,not attached}
4800 will include the string
4801 .Ql attached
4802 if the session is attached and the string
4803 .Ql not attached
4804 if it is unattached, or
4805 .Ql #{?automatic-rename,yes,no}
4806 will include
4807 .Ql yes
4809 .Ic automatic-rename
4810 is enabled, or
4811 .Ql no
4812 if not.
4813 Conditionals can be nested arbitrarily.
4814 Inside a conditional,
4815 .Ql \&,
4817 .Ql }
4818 must be escaped as
4819 .Ql #,
4821 .Ql #} ,
4822 unless they are part of a
4823 .Ql #{...}
4824 replacement.
4825 For example:
4826 .Bd -literal -offset indent
4827 #{?pane_in_mode,#[fg=white#,bg=red],#[fg=red#,bg=white]}#W .
4830 String comparisons may be expressed by prefixing two comma-separated
4831 alternatives by
4832 .Ql == ,
4833 .Ql != ,
4834 .Ql < ,
4835 .Ql > ,
4836 .Ql <=
4838 .Ql >=
4839 and a colon.
4840 For example
4841 .Ql #{==:#{host},myhost}
4842 will be replaced by
4843 .Ql 1
4844 if running on
4845 .Ql myhost ,
4846 otherwise by
4847 .Ql 0 .
4848 .Ql ||
4850 .Ql &&
4851 evaluate to true if either or both of two comma-separated alternatives are
4852 true, for example
4853 .Ql #{||:#{pane_in_mode},#{alternate_on}} .
4856 .Ql m
4857 specifies an
4858 .Xr fnmatch 3
4859 or regular expression comparison.
4860 The first argument is the pattern and the second the string to compare.
4861 An optional argument specifies flags:
4862 .Ql r
4863 means the pattern is a regular expression instead of the default
4864 .Xr fnmatch 3
4865 pattern, and
4866 .Ql i
4867 means to ignore case.
4868 For example:
4869 .Ql #{m:*foo*,#{host}}
4871 .Ql #{m/ri:^A,MYVAR} .
4873 .Ql C
4874 performs a search for an
4875 .Xr fnmatch 3
4876 pattern or regular expression in the pane content and evaluates to zero if not
4877 found, or a line number if found.
4878 Like
4879 .Ql m ,
4881 .Ql r
4882 flag means search for a regular expression and
4883 .Ql i
4884 ignores case.
4885 For example:
4886 .Ql #{C/r:^Start}
4888 Numeric operators may be performed by prefixing two comma-separated alternatives with an
4889 .Ql e
4890 and an operator.
4891 An optional
4892 .Ql f
4893 flag may be given after the operator to use floating point numbers, otherwise integers are used.
4894 This may be followed by a number giving the number of decimal places to use for the result.
4895 The available operators are:
4896 addition
4897 .Ql + ,
4898 subtraction
4899 .Ql - ,
4900 multiplication
4901 .Ql * ,
4902 division
4903 .Ql / ,
4904 modulus
4905 .Ql m
4907 .Ql %
4908 (note that
4909 .Ql %
4910 must be escaped as
4911 .Ql %%
4912 in formats which are also expanded by
4913 .Xr strftime 3 )
4914 and numeric comparison operators
4915 .Ql == ,
4916 .Ql != ,
4917 .Ql < ,
4918 .Ql <= ,
4919 .Ql >
4921 .Ql >= .
4922 For example,
4923 .Ql #{e|*|f|4:5.5,3}
4924 multiplies 5.5 by 3 for a result with four decimal places and
4925 .Ql #{e|%%:7,3}
4926 returns the modulus of 7 and 3.
4927 .Ql a
4928 replaces a numeric argument by its ASCII equivalent, so
4929 .Ql #{a:98}
4930 results in
4931 .Ql b .
4932 .Ql c
4933 replaces a
4935 colour by its six-digit hexadecimal RGB value.
4937 A limit may be placed on the length of the resultant string by prefixing it
4938 by an
4939 .Ql = ,
4940 a number and a colon.
4941 Positive numbers count from the start of the string and negative from the end,
4943 .Ql #{=5:pane_title}
4944 will include at most the first five characters of the pane title, or
4945 .Ql #{=-5:pane_title}
4946 the last five characters.
4947 A suffix or prefix may be given as a second argument - if provided then it is
4948 appended or prepended to the string if the length has been trimmed, for example
4949 .Ql #{=/5/...:pane_title}
4950 will append
4951 .Ql ...
4952 if the pane title is more than five characters.
4953 Similarly,
4954 .Ql p
4955 pads the string to a given width, for example
4956 .Ql #{p10:pane_title}
4957 will result in a width of at least 10 characters.
4958 A positive width pads on the left, a negative on the right.
4959 .Ql n
4960 expands to the length of the variable and
4961 .Ql w
4962 to its width when displayed, for example
4963 .Ql #{n:window_name} .
4965 Prefixing a time variable with
4966 .Ql t:\&
4967 will convert it to a string, so if
4968 .Ql #{window_activity}
4969 gives
4970 .Ql 1445765102 ,
4971 .Ql #{t:window_activity}
4972 gives
4973 .Ql Sun Oct 25 09:25:02 2015 .
4974 Adding
4975 .Ql p (
4976 .Ql `t/p` )
4977 will use shorter but less accurate time format for times in the past.
4978 A custom format may be given using an
4979 .Ql f
4980 suffix (note that
4981 .Ql %
4982 must be escaped as
4983 .Ql %%
4984 if the format is separately being passed through
4985 .Xr strftime 3 ,
4986 for example in the
4987 .Ic status-left
4988 option):
4989 .Ql #{t/f/%%H#:%%M:window_activity} ,
4991 .Xr strftime 3 .
4994 .Ql b:\&
4996 .Ql d:\&
4997 prefixes are
4998 .Xr basename 3
5000 .Xr dirname 3
5001 of the variable respectively.
5002 .Ql q:\&
5003 will escape
5004 .Xr sh 1
5005 special characters or with a
5006 .Ql h
5007 suffix, escape hash characters (so
5008 .Ql #
5009 becomes
5010 .Ql ## ) .
5011 .Ql E:\&
5012 will expand the format twice, for example
5013 .Ql #{E:status-left}
5014 is the result of expanding the content of the
5015 .Ic status-left
5016 option rather than the option itself.
5017 .Ql T:\&
5018 is like
5019 .Ql E:\&
5020 but also expands
5021 .Xr strftime 3
5022 specifiers.
5023 .Ql S:\& ,
5024 .Ql W:\&
5026 .Ql P:\&
5027 will loop over each session, window or pane and insert the format once
5028 for each.
5029 For windows and panes, two comma-separated formats may be given:
5030 the second is used for the current window or active pane.
5031 For example, to get a list of windows formatted like the status line:
5032 .Bd -literal -offset indent
5033 #{W:#{E:window-status-format} ,#{E:window-status-current-format} }
5036 .Ql N:\&
5037 checks if a window (without any suffix or with the
5038 .Ql w
5039 suffix) or a session (with the
5040 .Ql s
5041 suffix) name exists, for example
5042 .Ql `N/w:foo`
5043 is replaced with 1 if a window named
5044 .Ql foo
5045 exists.
5047 A prefix of the form
5048 .Ql s/foo/bar/:\&
5049 will substitute
5050 .Ql foo
5051 with
5052 .Ql bar
5053 throughout.
5054 The first argument may be an extended regular expression and a final argument may be
5055 .Ql i
5056 to ignore case, for example
5057 .Ql s/a(.)/\e1x/i:\&
5058 would change
5059 .Ql abABab
5060 into
5061 .Ql bxBxbx .
5063 In addition, the last line of a shell command's output may be inserted using
5064 .Ql #() .
5065 For example,
5066 .Ql #(uptime)
5067 will insert the system's uptime.
5068 When constructing formats,
5070 does not wait for
5071 .Ql #()
5072 commands to finish; instead, the previous result from running the same command is used,
5073 or a placeholder if the command has not been run before.
5074 If the command hasn't exited, the most recent line of output will be used, but the status
5075 line will not be updated more than once a second.
5076 Commands are executed using
5077 .Pa /bin/sh
5078 and with the
5080 global environment set (see the
5081 .Sx GLOBAL AND SESSION ENVIRONMENT
5082 section).
5085 .Ql l
5086 specifies that a string should be interpreted literally and not expanded.
5087 For example
5088 .Ql #{l:#{?pane_in_mode,yes,no}}
5089 will be replaced by
5090 .Ql #{?pane_in_mode,yes,no} .
5092 The following variables are available, where appropriate:
5093 .Bl -column "XXXXXXXXXXXXXXXXXXX" "XXXXX"
5094 .It Sy "Variable name" Ta Sy "Alias" Ta Sy "Replaced with"
5095 .It Li "active_window_index" Ta "" Ta "Index of active window in session"
5096 .It Li "alternate_on" Ta "" Ta "1 if pane is in alternate screen"
5097 .It Li "alternate_saved_x" Ta "" Ta "Saved cursor X in alternate screen"
5098 .It Li "alternate_saved_y" Ta "" Ta "Saved cursor Y in alternate screen"
5099 .It Li "buffer_created" Ta "" Ta "Time buffer created"
5100 .It Li "buffer_name" Ta "" Ta "Name of buffer"
5101 .It Li "buffer_sample" Ta "" Ta "Sample of start of buffer"
5102 .It Li "buffer_size" Ta "" Ta "Size of the specified buffer in bytes"
5103 .It Li "client_activity" Ta "" Ta "Time client last had activity"
5104 .It Li "client_cell_height" Ta "" Ta "Height of each client cell in pixels"
5105 .It Li "client_cell_width" Ta "" Ta "Width of each client cell in pixels"
5106 .It Li "client_control_mode" Ta "" Ta "1 if client is in control mode"
5107 .It Li "client_created" Ta "" Ta "Time client created"
5108 .It Li "client_discarded" Ta "" Ta "Bytes discarded when client behind"
5109 .It Li "client_flags" Ta "" Ta "List of client flags"
5110 .It Li "client_height" Ta "" Ta "Height of client"
5111 .It Li "client_key_table" Ta "" Ta "Current key table"
5112 .It Li "client_last_session" Ta "" Ta "Name of the client's last session"
5113 .It Li "client_name" Ta "" Ta "Name of client"
5114 .It Li "client_pid" Ta "" Ta "PID of client process"
5115 .It Li "client_prefix" Ta "" Ta "1 if prefix key has been pressed"
5116 .It Li "client_readonly" Ta "" Ta "1 if client is read-only"
5117 .It Li "client_session" Ta "" Ta "Name of the client's session"
5118 .It Li "client_termfeatures" Ta "" Ta "Terminal features of client, if any"
5119 .It Li "client_termname" Ta "" Ta "Terminal name of client"
5120 .It Li "client_termtype" Ta "" Ta "Terminal type of client, if available"
5121 .It Li "client_tty" Ta "" Ta "Pseudo terminal of client"
5122 .It Li "client_uid" Ta "" Ta "UID of client process"
5123 .It Li "client_user" Ta "" Ta "User of client process"
5124 .It Li "client_utf8" Ta "" Ta "1 if client supports UTF-8"
5125 .It Li "client_width" Ta "" Ta "Width of client"
5126 .It Li "client_written" Ta "" Ta "Bytes written to client"
5127 .It Li "command" Ta "" Ta "Name of command in use, if any"
5128 .It Li "command_list_alias" Ta "" Ta "Command alias if listing commands"
5129 .It Li "command_list_name" Ta "" Ta "Command name if listing commands"
5130 .It Li "command_list_usage" Ta "" Ta "Command usage if listing commands"
5131 .It Li "config_files" Ta "" Ta "List of configuration files loaded"
5132 .It Li "copy_cursor_line" Ta "" Ta "Line the cursor is on in copy mode"
5133 .It Li "copy_cursor_word" Ta "" Ta "Word under cursor in copy mode"
5134 .It Li "copy_cursor_x" Ta "" Ta "Cursor X position in copy mode"
5135 .It Li "copy_cursor_y" Ta "" Ta "Cursor Y position in copy mode"
5136 .It Li "current_file" Ta "" Ta "Current configuration file"
5137 .It Li "cursor_character" Ta "" Ta "Character at cursor in pane"
5138 .It Li "cursor_flag" Ta "" Ta "Pane cursor flag"
5139 .It Li "cursor_x" Ta "" Ta "Cursor X position in pane"
5140 .It Li "cursor_y" Ta "" Ta "Cursor Y position in pane"
5141 .It Li "history_bytes" Ta "" Ta "Number of bytes in window history"
5142 .It Li "history_limit" Ta "" Ta "Maximum window history lines"
5143 .It Li "history_size" Ta "" Ta "Size of history in lines"
5144 .It Li "hook" Ta "" Ta "Name of running hook, if any"
5145 .It Li "hook_client" Ta "" Ta "Name of client where hook was run, if any"
5146 .It Li "hook_pane" Ta "" Ta "ID of pane where hook was run, if any"
5147 .It Li "hook_session" Ta "" Ta "ID of session where hook was run, if any"
5148 .It Li "hook_session_name" Ta "" Ta "Name of session where hook was run, if any"
5149 .It Li "hook_window" Ta "" Ta "ID of window where hook was run, if any"
5150 .It Li "hook_window_name" Ta "" Ta "Name of window where hook was run, if any"
5151 .It Li "host" Ta "#H" Ta "Hostname of local host"
5152 .It Li "host_short" Ta "#h" Ta "Hostname of local host (no domain name)"
5153 .It Li "insert_flag" Ta "" Ta "Pane insert flag"
5154 .It Li "keypad_cursor_flag" Ta "" Ta "Pane keypad cursor flag"
5155 .It Li "keypad_flag" Ta "" Ta "Pane keypad flag"
5156 .It Li "last_window_index" Ta "" Ta "Index of last window in session"
5157 .It Li "line" Ta "" Ta "Line number in the list"
5158 .It Li "mouse_all_flag" Ta "" Ta "Pane mouse all flag"
5159 .It Li "mouse_any_flag" Ta "" Ta "Pane mouse any flag"
5160 .It Li "mouse_button_flag" Ta "" Ta "Pane mouse button flag"
5161 .It Li "mouse_line" Ta "" Ta "Line under mouse, if any"
5162 .It Li "mouse_sgr_flag" Ta "" Ta "Pane mouse SGR flag"
5163 .It Li "mouse_standard_flag" Ta "" Ta "Pane mouse standard flag"
5164 .It Li "mouse_utf8_flag" Ta "" Ta "Pane mouse UTF-8 flag"
5165 .It Li "mouse_word" Ta "" Ta "Word under mouse, if any"
5166 .It Li "mouse_x" Ta "" Ta "Mouse X position, if any"
5167 .It Li "mouse_y" Ta "" Ta "Mouse Y position, if any"
5168 .It Li "next_session_id" Ta "" Ta "Unique session ID for next new session"
5169 .It Li "origin_flag" Ta "" Ta "Pane origin flag"
5170 .It Li "pane_active" Ta "" Ta "1 if active pane"
5171 .It Li "pane_at_bottom" Ta "" Ta "1 if pane is at the bottom of window"
5172 .It Li "pane_at_left" Ta "" Ta "1 if pane is at the left of window"
5173 .It Li "pane_at_right" Ta "" Ta "1 if pane is at the right of window"
5174 .It Li "pane_at_top" Ta "" Ta "1 if pane is at the top of window"
5175 .It Li "pane_bg" Ta "" Ta "Pane background colour"
5176 .It Li "pane_bottom" Ta "" Ta "Bottom of pane"
5177 .It Li "pane_current_command" Ta "" Ta "Current command if available"
5178 .It Li "pane_current_path" Ta "" Ta "Current path if available"
5179 .It Li "pane_dead" Ta "" Ta "1 if pane is dead"
5180 .It Li "pane_dead_signal" Ta "" Ta "Exit signal of process in dead pane"
5181 .It Li "pane_dead_status" Ta "" Ta "Exit status of process in dead pane"
5182 .It Li "pane_dead_time" Ta "" Ta "Exit time of process in dead pane"
5183 .It Li "pane_fg" Ta "" Ta "Pane foreground colour"
5184 .It Li "pane_format" Ta "" Ta "1 if format is for a pane"
5185 .It Li "pane_height" Ta "" Ta "Height of pane"
5186 .It Li "pane_id" Ta "#D" Ta "Unique pane ID"
5187 .It Li "pane_in_mode" Ta "" Ta "1 if pane is in a mode"
5188 .It Li "pane_index" Ta "#P" Ta "Index of pane"
5189 .It Li "pane_input_off" Ta "" Ta "1 if input to pane is disabled"
5190 .It Li "pane_last" Ta "" Ta "1 if last pane"
5191 .It Li "pane_left" Ta "" Ta "Left of pane"
5192 .It Li "pane_marked" Ta "" Ta "1 if this is the marked pane"
5193 .It Li "pane_marked_set" Ta "" Ta "1 if a marked pane is set"
5194 .It Li "pane_mode" Ta "" Ta "Name of pane mode, if any"
5195 .It Li "pane_path" Ta "" Ta "Path of pane (can be set by application)"
5196 .It Li "pane_pid" Ta "" Ta "PID of first process in pane"
5197 .It Li "pane_pipe" Ta "" Ta "1 if pane is being piped"
5198 .It Li "pane_right" Ta "" Ta "Right of pane"
5199 .It Li "pane_search_string" Ta "" Ta "Last search string in copy mode"
5200 .It Li "pane_start_command" Ta "" Ta "Command pane started with"
5201 .It Li "pane_start_path" Ta "" Ta "Path pane started with"
5202 .It Li "pane_synchronized" Ta "" Ta "1 if pane is synchronized"
5203 .It Li "pane_tabs" Ta "" Ta "Pane tab positions"
5204 .It Li "pane_title" Ta "#T" Ta "Title of pane (can be set by application)"
5205 .It Li "pane_top" Ta "" Ta "Top of pane"
5206 .It Li "pane_tty" Ta "" Ta "Pseudo terminal of pane"
5207 .It Li "pane_width" Ta "" Ta "Width of pane"
5208 .It Li "pid" Ta "" Ta "Server PID"
5209 .It Li "rectangle_toggle" Ta "" Ta "1 if rectangle selection is activated"
5210 .It Li "scroll_position" Ta "" Ta "Scroll position in copy mode"
5211 .It Li "scroll_region_lower" Ta "" Ta "Bottom of scroll region in pane"
5212 .It Li "scroll_region_upper" Ta "" Ta "Top of scroll region in pane"
5213 .It Li "search_match" Ta "" Ta "Search match if any"
5214 .It Li "search_present" Ta "" Ta "1 if search started in copy mode"
5215 .It Li "selection_active" Ta "" Ta "1 if selection started and changes with the cursor in copy mode"
5216 .It Li "selection_end_x" Ta "" Ta "X position of the end of the selection"
5217 .It Li "selection_end_y" Ta "" Ta "Y position of the end of the selection"
5218 .It Li "selection_present" Ta "" Ta "1 if selection started in copy mode"
5219 .It Li "selection_start_x" Ta "" Ta "X position of the start of the selection"
5220 .It Li "selection_start_y" Ta "" Ta "Y position of the start of the selection"
5221 .It Li "session_activity" Ta "" Ta "Time of session last activity"
5222 .It Li "session_alerts" Ta "" Ta "List of window indexes with alerts"
5223 .It Li "session_attached" Ta "" Ta "Number of clients session is attached to"
5224 .It Li "session_attached_list" Ta "" Ta "List of clients session is attached to"
5225 .It Li "session_created" Ta "" Ta "Time session created"
5226 .It Li "session_format" Ta "" Ta "1 if format is for a session"
5227 .It Li "session_group" Ta "" Ta "Name of session group"
5228 .It Li "session_group_attached" Ta "" Ta "Number of clients sessions in group are attached to"
5229 .It Li "session_group_attached_list" Ta "" Ta "List of clients sessions in group are attached to"
5230 .It Li "session_group_list" Ta "" Ta "List of sessions in group"
5231 .It Li "session_group_many_attached" Ta "" Ta "1 if multiple clients attached to sessions in group"
5232 .It Li "session_group_size" Ta "" Ta "Size of session group"
5233 .It Li "session_grouped" Ta "" Ta "1 if session in a group"
5234 .It Li "session_id" Ta "" Ta "Unique session ID"
5235 .It Li "session_last_attached" Ta "" Ta "Time session last attached"
5236 .It Li "session_many_attached" Ta "" Ta "1 if multiple clients attached"
5237 .It Li "session_marked" Ta "" Ta "1 if this session contains the marked pane"
5238 .It Li "session_name" Ta "#S" Ta "Name of session"
5239 .It Li "session_path" Ta "" Ta "Working directory of session"
5240 .It Li "session_stack" Ta "" Ta "Window indexes in most recent order"
5241 .It Li "session_windows" Ta "" Ta "Number of windows in session"
5242 .It Li "socket_path" Ta "" Ta "Server socket path"
5243 .It Li "start_time" Ta "" Ta "Server start time"
5244 .It Li "uid" Ta "" Ta "Server UID"
5245 .It Li "user" Ta "" Ta "Server user"
5246 .It Li "version" Ta "" Ta "Server version"
5247 .It Li "window_active" Ta "" Ta "1 if window active"
5248 .It Li "window_active_clients" Ta "" Ta "Number of clients viewing this window"
5249 .It Li "window_active_clients_list" Ta "" Ta "List of clients viewing this window"
5250 .It Li "window_active_sessions" Ta "" Ta "Number of sessions on which this window is active"
5251 .It Li "window_active_sessions_list" Ta "" Ta "List of sessions on which this window is active"
5252 .It Li "window_activity" Ta "" Ta "Time of window last activity"
5253 .It Li "window_activity_flag" Ta "" Ta "1 if window has activity"
5254 .It Li "window_bell_flag" Ta "" Ta "1 if window has bell"
5255 .It Li "window_bigger" Ta "" Ta "1 if window is larger than client"
5256 .It Li "window_cell_height" Ta "" Ta "Height of each cell in pixels"
5257 .It Li "window_cell_width" Ta "" Ta "Width of each cell in pixels"
5258 .It Li "window_end_flag" Ta "" Ta "1 if window has the highest index"
5259 .It Li "window_flags" Ta "#F" Ta "Window flags with # escaped as ##"
5260 .It Li "window_format" Ta "" Ta "1 if format is for a window"
5261 .It Li "window_height" Ta "" Ta "Height of window"
5262 .It Li "window_id" Ta "" Ta "Unique window ID"
5263 .It Li "window_index" Ta "#I" Ta "Index of window"
5264 .It Li "window_last_flag" Ta "" Ta "1 if window is the last used"
5265 .It Li "window_layout" Ta "" Ta "Window layout description, ignoring zoomed window panes"
5266 .It Li "window_linked" Ta "" Ta "1 if window is linked across sessions"
5267 .It Li "window_linked_sessions" Ta "" Ta "Number of sessions this window is linked to"
5268 .It Li "window_linked_sessions_list" Ta "" Ta "List of sessions this window is linked to"
5269 .It Li "window_marked_flag" Ta "" Ta "1 if window contains the marked pane"
5270 .It Li "window_name" Ta "#W" Ta "Name of window"
5271 .It Li "window_offset_x" Ta "" Ta "X offset into window if larger than client"
5272 .It Li "window_offset_y" Ta "" Ta "Y offset into window if larger than client"
5273 .It Li "window_panes" Ta "" Ta "Number of panes in window"
5274 .It Li "window_raw_flags" Ta "" Ta "Window flags with nothing escaped"
5275 .It Li "window_silence_flag" Ta "" Ta "1 if window has silence alert"
5276 .It Li "window_stack_index" Ta "" Ta "Index in session most recent stack"
5277 .It Li "window_start_flag" Ta "" Ta "1 if window has the lowest index"
5278 .It Li "window_visible_layout" Ta "" Ta "Window layout description, respecting zoomed window panes"
5279 .It Li "window_width" Ta "" Ta "Width of window"
5280 .It Li "window_zoomed_flag" Ta "" Ta "1 if window is zoomed"
5281 .It Li "wrap_flag" Ta "" Ta "Pane wrap flag"
5283 .Sh STYLES
5285 offers various options to specify the colour and attributes of aspects of the
5286 interface, for example
5287 .Ic status-style
5288 for the status line.
5289 In addition, embedded styles may be specified in format options, such as
5290 .Ic status-left ,
5291 by enclosing them in
5292 .Ql #[
5294 .Ql \&] .
5296 A style may be the single term
5297 .Ql default
5298 to specify the default style (which may come from an option, for example
5299 .Ic status-style
5300 in the status line) or a space
5301 or comma separated list of the following:
5302 .Bl -tag -width Ds
5303 .It Ic fg=colour
5304 Set the foreground colour.
5305 The colour is one of:
5306 .Ic black ,
5307 .Ic red ,
5308 .Ic green ,
5309 .Ic yellow ,
5310 .Ic blue ,
5311 .Ic magenta ,
5312 .Ic cyan ,
5313 .Ic white ;
5314 if supported the bright variants
5315 .Ic brightred ,
5316 .Ic brightgreen ,
5317 .Ic brightyellow ;
5318 .Ic colour0
5320 .Ic colour255
5321 from the 256-colour set;
5322 .Ic default
5323 for the default colour;
5324 .Ic terminal
5325 for the terminal default colour; or a hexadecimal RGB string such as
5326 .Ql #ffffff .
5327 .It Ic bg=colour
5328 Set the background colour.
5329 .It Ic none
5330 Set no attributes (turn off any active attributes).
5331 .It Xo Ic acs ,
5332 .Ic bright
5334 .Ic bold ) ,
5335 .Ic dim ,
5336 .Ic underscore ,
5337 .Ic blink ,
5338 .Ic reverse ,
5339 .Ic hidden ,
5340 .Ic italics ,
5341 .Ic overline ,
5342 .Ic strikethrough ,
5343 .Ic double-underscore ,
5344 .Ic curly-underscore ,
5345 .Ic dotted-underscore ,
5346 .Ic dashed-underscore
5348 Set an attribute.
5349 Any of the attributes may be prefixed with
5350 .Ql no
5351 to unset.
5352 .Ic acs
5353 is the terminal alternate character set.
5354 .It Xo Ic align=left
5356 .Ic noalign ) ,
5357 .Ic align=centre ,
5358 .Ic align=right
5360 Align text to the left, centre or right of the available space if appropriate.
5361 .It Ic fill=colour
5362 Fill the available space with a background colour if appropriate.
5363 .It Xo Ic list=on ,
5364 .Ic list=focus ,
5365 .Ic list=left-marker ,
5366 .Ic list=right-marker ,
5367 .Ic nolist
5369 Mark the position of the various window list components in the
5370 .Ic status-format
5371 option:
5372 .Ic list=on
5373 marks the start of the list;
5374 .Ic list=focus
5375 is the part of the list that should be kept in focus if the entire list won't fit
5376 in the available space (typically the current window);
5377 .Ic list=left-marker
5379 .Ic list=right-marker
5380 mark the text to be used to mark that text has been trimmed from the left or
5381 right of the list if there is not enough space.
5382 .It Xo Ic push-default ,
5383 .Ic pop-default
5385 Store the current colours and attributes as the default or reset to the previous
5386 default.
5388 .Ic push-default
5389 affects any subsequent use of the
5390 .Ic default
5391 term until a
5392 .Ic pop-default .
5393 Only one default may be pushed (each
5394 .Ic push-default
5395 replaces the previous saved default).
5396 .It Xo Ic range=left ,
5397 .Ic range=right ,
5398 .Ic range=window|X ,
5399 .Ic norange
5401 Mark a range in the
5402 .Ic status-format
5403 option.
5404 .Ic range=left
5406 .Ic range=right
5407 are the text used for the
5408 .Ql StatusLeft
5410 .Ql StatusRight
5411 mouse keys.
5412 .Ic range=window|X
5413 is the range for a window passed to the
5414 .Ql Status
5415 mouse key, where
5416 .Ql X
5417 is a window index.
5420 Examples are:
5421 .Bd -literal -offset indent
5422 fg=yellow bold underscore blink
5423 bg=black,fg=default,noreverse
5425 .Sh NAMES AND TITLES
5427 distinguishes between names and titles.
5428 Windows and sessions have names, which may be used to specify them in targets
5429 and are displayed in the status line and various lists: the name is the
5431 identifier for a window or session.
5432 Only panes have titles.
5433 A pane's title is typically set by the program running inside the pane using
5434 an escape sequence (like it would set the
5435 .Xr xterm 1
5436 window title in
5437 .Xr X 7 ) .
5438 Windows themselves do not have titles - a window's title is the title of its
5439 active pane.
5441 itself may set the title of the terminal in which the client is running, see
5443 .Ic set-titles
5444 option.
5446 A session's name is set with the
5447 .Ic new-session
5449 .Ic rename-session
5450 commands.
5451 A window's name is set with one of:
5452 .Bl -enum -width Ds
5454 A command argument (such as
5455 .Fl n
5457 .Ic new-window
5459 .Ic new-session ) .
5461 An escape sequence (if the
5462 .Ic allow-rename
5463 option is turned on):
5464 .Bd -literal -offset indent
5465 $ printf '\e033kWINDOW_NAME\e033\e\e'
5468 Automatic renaming, which sets the name to the active command in the window's
5469 active pane.
5470 See the
5471 .Ic automatic-rename
5472 option.
5475 When a pane is first created, its title is the hostname.
5476 A pane's title can be set via the title setting escape sequence, for example:
5477 .Bd -literal -offset indent
5478 $ printf '\e033]2;My Title\e033\e\e'
5481 It can also be modified with the
5482 .Ic select-pane
5483 .Fl T
5484 command.
5485 .Sh GLOBAL AND SESSION ENVIRONMENT
5486 When the server is started,
5488 copies the environment into the
5489 .Em global environment ;
5490 in addition, each session has a
5491 .Em session environment .
5492 When a window is created, the session and global environments are merged.
5493 If a variable exists in both, the value from the session environment is used.
5494 The result is the initial environment passed to the new process.
5497 .Ic update-environment
5498 session option may be used to update the session environment from the client
5499 when a new session is created or an old reattached.
5501 also initialises the
5502 .Ev TMUX
5503 variable with some internal information to allow commands to be executed
5504 from inside, and the
5505 .Ev TERM
5506 variable with the correct terminal setting of
5507 .Ql screen .
5509 Variables in both session and global environments may be marked as hidden.
5510 Hidden variables are not passed into the environment of new processes and
5511 instead can only be used by tmux itself (for example in formats, see the
5512 .Sx FORMATS
5513 section).
5515 Commands to alter and view the environment are:
5516 .Bl -tag -width Ds
5517 .Tg setenv
5518 .It Xo Ic set-environment
5519 .Op Fl Fhgru
5520 .Op Fl t Ar target-session
5521 .Ar name Op Ar value
5523 .D1 Pq alias: Ic setenv
5524 Set or unset an environment variable.
5526 .Fl g
5527 is used, the change is made in the global environment; otherwise, it is applied
5528 to the session environment for
5529 .Ar target-session .
5531 .Fl F
5532 is present, then
5533 .Ar value
5534 is expanded as a format.
5536 .Fl u
5537 flag unsets a variable.
5538 .Fl r
5539 indicates the variable is to be removed from the environment before starting a
5540 new process.
5541 .Fl h
5542 marks the variable as hidden.
5543 .Tg showenv
5544 .It Xo Ic show-environment
5545 .Op Fl hgs
5546 .Op Fl t Ar target-session
5547 .Op Ar variable
5549 .D1 Pq alias: Ic showenv
5550 Display the environment for
5551 .Ar target-session
5552 or the global environment with
5553 .Fl g .
5555 .Ar variable
5556 is omitted, all variables are shown.
5557 Variables removed from the environment are prefixed with
5558 .Ql - .
5560 .Fl s
5561 is used, the output is formatted as a set of Bourne shell commands.
5562 .Fl h
5563 shows hidden variables (omitted by default).
5565 .Sh STATUS LINE
5567 includes an optional status line which is displayed in the bottom line of each
5568 terminal.
5570 By default, the status line is enabled and one line in height (it may be
5571 disabled or made multiple lines with the
5572 .Ic status
5573 session option) and contains, from left-to-right: the name of the current
5574 session in square brackets; the window list; the title of the active pane
5575 in double quotes; and the time and date.
5577 Each line of the status line is configured with the
5578 .Ic status-format
5579 option.
5580 The default is made of three parts: configurable left and right sections (which
5581 may contain dynamic content such as the time or output from a shell command,
5582 see the
5583 .Ic status-left ,
5584 .Ic status-left-length ,
5585 .Ic status-right ,
5587 .Ic status-right-length
5588 options below), and a central window list.
5589 By default, the window list shows the index, name and (if any) flag of the
5590 windows present in the current session in ascending numerical order.
5591 It may be customised with the
5592 .Ar window-status-format
5594 .Ar window-status-current-format
5595 options.
5596 The flag is one of the following symbols appended to the window name:
5597 .Bl -column "Symbol" "Meaning" -offset indent
5598 .It Sy "Symbol" Ta Sy "Meaning"
5599 .It Li "*" Ta "Denotes the current window."
5600 .It Li "-" Ta "Marks the last window (previously selected)."
5601 .It Li "#" Ta "Window activity is monitored and activity has been detected."
5602 .It Li "\&!" Ta "Window bells are monitored and a bell has occurred in the window."
5603 .It Li "~" Ta "The window has been silent for the monitor-silence interval."
5604 .It Li "M" Ta "The window contains the marked pane."
5605 .It Li "Z" Ta "The window's active pane is zoomed."
5608 The # symbol relates to the
5609 .Ic monitor-activity
5610 window option.
5611 The window name is printed in inverted colours if an alert (bell, activity or
5612 silence) is present.
5614 The colour and attributes of the status line may be configured, the entire
5615 status line using the
5616 .Ic status-style
5617 session option and individual windows using the
5618 .Ic window-status-style
5619 window option.
5621 The status line is automatically refreshed at interval if it has changed, the
5622 interval may be controlled with the
5623 .Ic status-interval
5624 session option.
5626 Commands related to the status line are as follows:
5627 .Bl -tag -width Ds
5628 .Tg clearphist
5629 .It Xo Ic clear-prompt-history
5630 .Op Fl T Ar prompt-type
5632 .D1 Pq alias: Ic clearphist
5633 Clear status prompt history for prompt type
5634 .Ar prompt-type .
5636 .Fl T
5637 is omitted, then clear history for all types.
5639 .Ic command-prompt
5640 for possible values for
5641 .Ar prompt-type .
5642 .It Xo Ic command-prompt
5643 .Op Fl 1bFikN
5644 .Op Fl I Ar inputs
5645 .Op Fl p Ar prompts
5646 .Op Fl t Ar target-client
5647 .Op Fl T Ar prompt-type
5648 .Op Ar template
5650 Open the command prompt in a client.
5651 This may be used from inside
5653 to execute commands interactively.
5656 .Ar template
5657 is specified, it is used as the command.
5658 With
5659 .Fl F ,
5660 .Ar template
5661 is expanded as a format.
5663 If present,
5664 .Fl I
5665 is a comma-separated list of the initial text for each prompt.
5667 .Fl p
5668 is given,
5669 .Ar prompts
5670 is a comma-separated list of prompts which are displayed in order; otherwise
5671 a single prompt is displayed, constructed from
5672 .Ar template
5673 if it is present, or
5674 .Ql \&:
5675 if not.
5677 Before the command is executed, the first occurrence of the string
5678 .Ql %%
5679 and all occurrences of
5680 .Ql %1
5681 are replaced by the response to the first prompt, all
5682 .Ql %2
5683 are replaced with the response to the second prompt, and so on for further
5684 prompts.
5685 Up to nine prompt responses may be replaced
5687 .Ql %1
5689 .Ql %9
5690 .Pc .
5691 .Ql %%%
5692 is like
5693 .Ql %%
5694 but any quotation marks are escaped.
5696 .Fl 1
5697 makes the prompt only accept one key press, in this case the resulting input
5698 is a single character.
5699 .Fl k
5700 is like
5701 .Fl 1
5702 but the key press is translated to a key name.
5703 .Fl N
5704 makes the prompt only accept numeric key presses.
5705 .Fl i
5706 executes the command every time the prompt input changes instead of when the
5707 user exits the command prompt.
5709 .Fl T
5710 tells
5712 the prompt type.
5713 This affects what completions are offered when
5714 .Em Tab
5715 is pressed.
5716 Available types are:
5717 .Ql command ,
5718 .Ql search ,
5719 .Ql target
5721 .Ql window-target .
5723 The following keys have a special meaning in the command prompt, depending
5724 on the value of the
5725 .Ic status-keys
5726 option:
5727 .Bl -column "FunctionXXXXXXXXXXXXXXXXXXXXXXXXX" "viXXXX" "emacsX" -offset indent
5728 .It Sy "Function" Ta Sy "vi" Ta Sy "emacs"
5729 .It Li "Cancel command prompt" Ta "q" Ta "Escape"
5730 .It Li "Delete from cursor to start of word" Ta "" Ta "C-w"
5731 .It Li "Delete entire command" Ta "d" Ta "C-u"
5732 .It Li "Delete from cursor to end" Ta "D" Ta "C-k"
5733 .It Li "Execute command" Ta "Enter" Ta "Enter"
5734 .It Li "Get next command from history" Ta "" Ta "Down"
5735 .It Li "Get previous command from history" Ta "" Ta "Up"
5736 .It Li "Insert top paste buffer" Ta "p" Ta "C-y"
5737 .It Li "Look for completions" Ta "Tab" Ta "Tab"
5738 .It Li "Move cursor left" Ta "h" Ta "Left"
5739 .It Li "Move cursor right" Ta "l" Ta "Right"
5740 .It Li "Move cursor to end" Ta "$" Ta "C-e"
5741 .It Li "Move cursor to next word" Ta "w" Ta "M-f"
5742 .It Li "Move cursor to previous word" Ta "b" Ta "M-b"
5743 .It Li "Move cursor to start" Ta "0" Ta "C-a"
5744 .It Li "Transpose characters" Ta "" Ta "C-t"
5747 With
5748 .Fl b ,
5749 the prompt is shown in the background and the invoking client does not exit
5750 until it is dismissed.
5751 .Tg confirm
5752 .It Xo Ic confirm-before
5753 .Op Fl b
5754 .Op Fl p Ar prompt
5755 .Op Fl t Ar target-client
5756 .Ar command
5758 .D1 Pq alias: Ic confirm
5759 Ask for confirmation before executing
5760 .Ar command .
5762 .Fl p
5763 is given,
5764 .Ar prompt
5765 is the prompt to display; otherwise a prompt is constructed from
5766 .Ar command .
5767 It may contain the special character sequences supported by the
5768 .Ic status-left
5769 option.
5770 With
5771 .Fl b ,
5772 the prompt is shown in the background and the invoking client does not exit
5773 until it is dismissed.
5774 .Tg menu
5775 .It Xo Ic display-menu
5776 .Op Fl O
5777 .Op Fl c Ar target-client
5778 .Op Fl t Ar target-pane
5779 .Op Fl T Ar title
5780 .Op Fl x Ar position
5781 .Op Fl y Ar position
5782 .Ar name
5783 .Ar key
5784 .Ar command
5785 .Ar ...
5787 .D1 Pq alias: Ic menu
5788 Display a menu on
5789 .Ar target-client .
5790 .Ar target-pane
5791 gives the target for any commands run from the menu.
5793 A menu is passed as a series of arguments: first the menu item name,
5794 second the key shortcut (or empty for none) and third the command
5795 to run when the menu item is chosen.
5796 The name and command are formats, see the
5797 .Sx FORMATS
5799 .Sx STYLES
5800 sections.
5801 If the name begins with a hyphen (-), then the item is disabled (shown dim) and
5802 may not be chosen.
5803 The name may be empty for a separator line, in which case both the key and
5804 command should be omitted.
5806 .Fl T
5807 is a format for the menu title (see
5808 .Sx FORMATS ) .
5810 .Fl x
5812 .Fl y
5813 give the position of the menu.
5814 Both may be a row or column number, or one of the following special values:
5815 .Bl -column "XXXXX" "XXXX" -offset indent
5816 .It Sy "Value" Ta Sy "Flag" Ta Sy "Meaning"
5817 .It Li "C" Ta "Both" Ta "The centre of the terminal"
5818 .It Li "R" Ta Fl x Ta "The right side of the terminal"
5819 .It Li "P" Ta "Both" Ta "The bottom left of the pane"
5820 .It Li "M" Ta "Both" Ta "The mouse position"
5821 .It Li "W" Ta "Both" Ta "The window position on the status line"
5822 .It Li "S" Ta Fl y Ta "The line above or below the status line"
5825 Or a format, which is expanded including the following additional variables:
5826 .Bl -column "XXXXXXXXXXXXXXXXXXXXXXXXXX" -offset indent
5827 .It Sy "Variable name" Ta Sy "Replaced with"
5828 .It Li "popup_centre_x" Ta "Centered in the client"
5829 .It Li "popup_centre_y" Ta "Centered in the client"
5830 .It Li "popup_height" Ta "Height of menu or popup"
5831 .It Li "popup_mouse_bottom" Ta "Bottom of at the mouse"
5832 .It Li "popup_mouse_centre_x" Ta "Horizontal centre at the mouse"
5833 .It Li "popup_mouse_centre_y" Ta "Vertical centre at the mouse"
5834 .It Li "popup_mouse_top" Ta "Top at the mouse"
5835 .It Li "popup_mouse_x" Ta "Mouse X position"
5836 .It Li "popup_mouse_y" Ta "Mouse Y position"
5837 .It Li "popup_pane_bottom" Ta "Bottom of the pane"
5838 .It Li "popup_pane_left" Ta "Left of the pane"
5839 .It Li "popup_pane_right" Ta "Right of the pane"
5840 .It Li "popup_pane_top" Ta "Top of the pane"
5841 .It Li "popup_status_line_y" Ta "Above or below the status line"
5842 .It Li "popup_width" Ta "Width of menu or popup"
5843 .It Li "popup_window_status_line_x" Ta "At the window position in status line"
5844 .It Li "popup_window_status_line_y" Ta "At the status line showing the window"
5847 Each menu consists of items followed by a key shortcut shown in brackets.
5848 If the menu is too large to fit on the terminal, it is not displayed.
5849 Pressing the key shortcut chooses the corresponding item.
5850 If the mouse is enabled and the menu is opened from a mouse key binding,
5851 releasing the mouse button with an item selected chooses that item and
5852 releasing the mouse button without an item selected closes the menu.
5853 .Fl O
5854 changes this behaviour so that the menu does not close when the mouse button is
5855 released without an item selected the menu is not closed and a mouse button
5856 must be clicked to choose an item.
5858 The following keys are also available:
5859 .Bl -column "Key" "Function" -offset indent
5860 .It Sy "Key" Ta Sy "Function"
5861 .It Li "Enter" Ta "Choose selected item"
5862 .It Li "Up" Ta "Select previous item"
5863 .It Li "Down" Ta "Select next item"
5864 .It Li "q" Ta "Exit menu"
5866 .Tg display
5867 .It Xo Ic display-message
5868 .Op Fl aINpv
5869 .Op Fl c Ar target-client
5870 .Op Fl d Ar delay
5871 .Op Fl t Ar target-pane
5872 .Op Ar message
5874 .D1 Pq alias: Ic display
5875 Display a message.
5877 .Fl p
5878 is given, the output is printed to stdout, otherwise it is displayed in the
5879 .Ar target-client
5880 status line for up to
5881 .Ar delay
5882 milliseconds.
5884 .Ar delay
5885 is not given, the
5886 .Ic display-time
5887 option is used; a delay of zero waits for a key press.
5888 .Ql N
5889 ignores key presses and closes only after the delay expires.
5890 The format of
5891 .Ar message
5892 is described in the
5893 .Sx FORMATS
5894 section; information is taken from
5895 .Ar target-pane
5897 .Fl t
5898 is given, otherwise the active pane.
5900 .Fl v
5901 prints verbose logging as the format is parsed and
5902 .Fl a
5903 lists the format variables and their values.
5905 .Fl I
5906 forwards any input read from stdin to the empty pane given by
5907 .Ar target-pane .
5908 .Tg popup
5909 .It Xo Ic display-popup
5910 .Op Fl BCE
5911 .Op Fl b Ar border-lines
5912 .Op Fl c Ar target-client
5913 .Op Fl d Ar start-directory
5914 .Op Fl e Ar environment
5915 .Op Fl h Ar height
5916 .Op Fl s Ar style
5917 .Op Fl S Ar border-style
5918 .Op Fl t Ar target-pane
5919 .Op Fl T Ar title
5920 .Op Fl w Ar width
5921 .Op Fl x Ar position
5922 .Op Fl y Ar position
5923 .Op Ar shell-command
5925 .D1 Pq alias: Ic popup
5926 Display a popup running
5927 .Ar shell-command
5929 .Ar target-client .
5930 A popup is a rectangular box drawn over the top of any panes.
5931 Panes are not updated while a popup is present.
5933 .Fl E
5934 closes the popup automatically when
5935 .Ar shell-command
5936 exits.
5938 .Fl E
5939 closes the popup only if
5940 .Ar shell-command
5941 exited with success.
5943 .Fl x
5945 .Fl y
5946 give the position of the popup, they have the same meaning as for the
5947 .Ic display-menu
5948 command.
5949 .Fl w
5951 .Fl h
5952 give the width and height - both may be a percentage (followed by
5953 .Ql % ) .
5954 If omitted, half of the terminal size is used.
5956 .Fl B
5957 does not surround the popup by a border.
5959 .Fl b
5960 sets the type of border line for the popup.
5961 When
5962 .Fl B
5963 is specified, the
5964 .Fl b
5965 option is ignored.
5967 .Ic popup-border-lines
5968 for possible values for
5969 .Ar border-lines .
5971 .Fl s
5972 sets the style for the popup and
5973 .Fl S
5974 sets the style for the popup border.
5975 For how to specify
5976 .Ar style ,
5977 see the
5978 .Sx STYLES
5979 section.
5981 .Fl e
5982 takes the form
5983 .Ql VARIABLE=value
5984 and sets an environment variable for the popup; it may be specified multiple
5985 times.
5987 .Fl T
5988 is a format for the popup title (see
5989 .Sx FORMATS ) .
5992 .Fl C
5993 flag closes any popup on the client.
5994 .Tg showphist
5995 .It Xo Ic show-prompt-history
5996 .Op Fl T Ar prompt-type
5998 .D1 Pq alias: Ic showphist
5999 Display status prompt history for prompt type
6000 .Ar prompt-type .
6002 .Fl T
6003 is omitted, then show history for all types.
6005 .Ic command-prompt
6006 for possible values for
6007 .Ar prompt-type .
6009 .Sh BUFFERS
6011 maintains a set of named
6012 .Em paste buffers .
6013 Each buffer may be either explicitly or automatically named.
6014 Explicitly named buffers are named when created with the
6015 .Ic set-buffer
6017 .Ic load-buffer
6018 commands, or by renaming an automatically named buffer with
6019 .Ic set-buffer
6020 .Fl n .
6021 Automatically named buffers are given a name such as
6022 .Ql buffer0001 ,
6023 .Ql buffer0002
6024 and so on.
6025 When the
6026 .Ic buffer-limit
6027 option is reached, the oldest automatically named buffer is deleted.
6028 Explicitly named buffers are not subject to
6029 .Ic buffer-limit
6030 and may be deleted with the
6031 .Ic delete-buffer
6032 command.
6034 Buffers may be added using
6035 .Ic copy-mode
6036 or the
6037 .Ic set-buffer
6039 .Ic load-buffer
6040 commands, and pasted into a window using the
6041 .Ic paste-buffer
6042 command.
6043 If a buffer command is used and no buffer is specified, the most
6044 recently added automatically named buffer is assumed.
6046 A configurable history buffer is also maintained for each window.
6047 By default, up to 2000 lines are kept; this can be altered with the
6048 .Ic history-limit
6049 option (see the
6050 .Ic set-option
6051 command above).
6053 The buffer commands are as follows:
6054 .Bl -tag -width Ds
6055 .It Xo
6056 .Ic choose-buffer
6057 .Op Fl NZr
6058 .Op Fl F Ar format
6059 .Op Fl f Ar filter
6060 .Op Fl K Ar key-format
6061 .Op Fl O Ar sort-order
6062 .Op Fl t Ar target-pane
6063 .Op Ar template
6065 Put a pane into buffer mode, where a buffer may be chosen interactively from
6066 a list.
6067 Each buffer is shown on one line.
6068 A shortcut key is shown on the left in brackets allowing for immediate choice,
6069 or the list may be navigated and an item chosen or otherwise manipulated using
6070 the keys below.
6071 .Fl Z
6072 zooms the pane.
6073 The following keys may be used in buffer mode:
6074 .Bl -column "Key" "Function" -offset indent
6075 .It Sy "Key" Ta Sy "Function"
6076 .It Li "Enter" Ta "Paste selected buffer"
6077 .It Li "Up" Ta "Select previous buffer"
6078 .It Li "Down" Ta "Select next buffer"
6079 .It Li "C-s" Ta "Search by name or content"
6080 .It Li "n" Ta "Repeat last search"
6081 .It Li "t" Ta "Toggle if buffer is tagged"
6082 .It Li "T" Ta "Tag no buffers"
6083 .It Li "C-t" Ta "Tag all buffers"
6084 .It Li "p" Ta "Paste selected buffer"
6085 .It Li "P" Ta "Paste tagged buffers"
6086 .It Li "d" Ta "Delete selected buffer"
6087 .It Li "D" Ta "Delete tagged buffers"
6088 .It Li "e" Ta "Open the buffer in an editor"
6089 .It Li "f" Ta "Enter a format to filter items"
6090 .It Li "O" Ta "Change sort field"
6091 .It Li "r" Ta "Reverse sort order"
6092 .It Li "v" Ta "Toggle preview"
6093 .It Li "q" Ta "Exit mode"
6096 After a buffer is chosen,
6097 .Ql %%
6098 is replaced by the buffer name in
6099 .Ar template
6100 and the result executed as a command.
6102 .Ar template
6103 is not given, "paste-buffer -b '%%'" is used.
6105 .Fl O
6106 specifies the initial sort field: one of
6107 .Ql time ,
6108 .Ql name
6110 .Ql size .
6111 .Fl r
6112 reverses the sort order.
6113 .Fl f
6114 specifies an initial filter: the filter is a format - if it evaluates to zero,
6115 the item in the list is not shown, otherwise it is shown.
6116 If a filter would lead to an empty list, it is ignored.
6117 .Fl F
6118 specifies the format for each item in the list and
6119 .Fl K
6120 a format for each shortcut key; both are evaluated once for each line.
6121 .Fl N
6122 starts without the preview.
6123 This command works only if at least one client is attached.
6124 .Tg clearhist
6125 .It Ic clear-history Op Fl t Ar target-pane
6126 .D1 Pq alias: Ic clearhist
6127 Remove and free the history for the specified pane.
6128 .Tg deleteb
6129 .It Ic delete-buffer Op Fl b Ar buffer-name
6130 .D1 Pq alias: Ic deleteb
6131 Delete the buffer named
6132 .Ar buffer-name ,
6133 or the most recently added automatically named buffer if not specified.
6134 .Tg lsb
6135 .It Xo Ic list-buffers
6136 .Op Fl F Ar format
6137 .Op Fl f Ar filter
6139 .D1 Pq alias: Ic lsb
6140 List the global buffers.
6141 .Fl F
6142 specifies the format of each line and
6143 .Fl f
6144 a filter.
6145 Only buffers for which the filter is true are shown.
6146 See the
6147 .Sx FORMATS
6148 section.
6149 .It Xo Ic load-buffer
6150 .Op Fl w
6151 .Op Fl b Ar buffer-name
6152 .Op Fl t Ar target-client
6153 .Ar path
6155 .Tg loadb
6156 .D1 Pq alias: Ic loadb
6157 Load the contents of the specified paste buffer from
6158 .Ar path .
6160 .Fl w
6161 is given, the buffer is also sent to the clipboard for
6162 .Ar target-client
6163 using the
6164 .Xr xterm 1
6165 escape sequence, if possible.
6166 .Tg pasteb
6167 .It Xo Ic paste-buffer
6168 .Op Fl dpr
6169 .Op Fl b Ar buffer-name
6170 .Op Fl s Ar separator
6171 .Op Fl t Ar target-pane
6173 .D1 Pq alias: Ic pasteb
6174 Insert the contents of a paste buffer into the specified pane.
6175 If not specified, paste into the current one.
6176 With
6177 .Fl d ,
6178 also delete the paste buffer.
6179 When output, any linefeed (LF) characters in the paste buffer are replaced with
6180 a separator, by default carriage return (CR).
6181 A custom separator may be specified using the
6182 .Fl s
6183 flag.
6185 .Fl r
6186 flag means to do no replacement (equivalent to a separator of LF).
6188 .Fl p
6189 is specified, paste bracket control codes are inserted around the
6190 buffer if the application has requested bracketed paste mode.
6191 .Tg saveb
6192 .It Xo Ic save-buffer
6193 .Op Fl a
6194 .Op Fl b Ar buffer-name
6195 .Ar path
6197 .D1 Pq alias: Ic saveb
6198 Save the contents of the specified paste buffer to
6199 .Ar path .
6201 .Fl a
6202 option appends to rather than overwriting the file.
6203 .It Xo Ic set-buffer
6204 .Op Fl aw
6205 .Op Fl b Ar buffer-name
6206 .Op Fl t Ar target-client
6207 .Tg setb
6208 .Op Fl n Ar new-buffer-name
6209 .Ar data
6211 .D1 Pq alias: Ic setb
6212 Set the contents of the specified buffer to
6213 .Ar data .
6215 .Fl w
6216 is given, the buffer is also sent to the clipboard for
6217 .Ar target-client
6218 using the
6219 .Xr xterm 1
6220 escape sequence, if possible.
6222 .Fl a
6223 option appends to rather than overwriting the buffer.
6225 .Fl n
6226 option renames the buffer to
6227 .Ar new-buffer-name .
6228 .Tg showb
6229 .It Xo Ic show-buffer
6230 .Op Fl b Ar buffer-name
6232 .D1 Pq alias: Ic showb
6233 Display the contents of the specified buffer.
6235 .Sh MISCELLANEOUS
6236 Miscellaneous commands are as follows:
6237 .Bl -tag -width Ds
6238 .It Ic clock-mode Op Fl t Ar target-pane
6239 Display a large clock.
6240 .Tg if
6241 .It Xo Ic if-shell
6242 .Op Fl bF
6243 .Op Fl t Ar target-pane
6244 .Ar shell-command command
6245 .Op Ar command
6247 .D1 Pq alias: Ic if
6248 Execute the first
6249 .Ar command
6251 .Ar shell-command
6252 (run with
6253 .Pa /bin/sh )
6254 returns success or the second
6255 .Ar command
6256 otherwise.
6257 Before being executed,
6258 .Ar shell-command
6259 is expanded using the rules specified in the
6260 .Sx FORMATS
6261 section, including those relevant to
6262 .Ar target-pane .
6263 With
6264 .Fl b ,
6265 .Ar shell-command
6266 is run in the background.
6269 .Fl F
6270 is given,
6271 .Ar shell-command
6272 is not executed but considered success if neither empty nor zero (after formats
6273 are expanded).
6274 .Tg lock
6275 .It Ic lock-server
6276 .D1 Pq alias: Ic lock
6277 Lock each client individually by running the command specified by the
6278 .Ic lock-command
6279 option.
6280 .Tg run
6281 .It Xo Ic run-shell
6282 .Op Fl bC
6283 .Op Fl d Ar delay
6284 .Op Fl t Ar target-pane
6285 .Op Ar shell-command
6287 .D1 Pq alias: Ic run
6288 Execute
6289 .Ar shell-command
6290 using
6291 .Pa /bin/sh
6292 or (with
6293 .Fl C )
6296 command in the background without creating a window.
6297 Before being executed,
6298 .Ar shell-command
6299 is expanded using the rules specified in the
6300 .Sx FORMATS
6301 section.
6302 With
6303 .Fl b ,
6304 the command is run in the background.
6305 .Fl d
6306 waits for
6307 .Ar delay
6308 seconds before starting the command.
6310 .Fl C
6311 is not given, any output to stdout is displayed in view mode (in the pane
6312 specified by
6313 .Fl t
6314 or the current pane if omitted) after the command finishes.
6315 If the command fails, the exit status is also displayed.
6316 .Tg wait
6317 .It Xo Ic wait-for
6318 .Op Fl L | S | U
6319 .Ar channel
6321 .D1 Pq alias: Ic wait
6322 When used without options, prevents the client from exiting until woken using
6323 .Ic wait-for
6324 .Fl S
6325 with the same channel.
6326 When
6327 .Fl L
6328 is used, the channel is locked and any clients that try to lock the same
6329 channel are made to wait until the channel is unlocked with
6330 .Ic wait-for
6331 .Fl U .
6333 .Sh EXIT MESSAGES
6334 When a
6336 client detaches, it prints a message.
6337 This may be one of:
6338 .Bl -tag -width Ds
6339 .It detached (from session ...)
6340 The client was detached normally.
6341 .It detached and SIGHUP
6342 The client was detached and its parent sent the
6343 .Dv SIGHUP
6344 signal (for example with
6345 .Ic detach-client
6346 .Fl P ) .
6347 .It lost tty
6348 The client's
6349 .Xr tty 4
6351 .Xr pty 4
6352 was unexpectedly destroyed.
6353 .It terminated
6354 The client was killed with
6355 .Dv SIGTERM .
6356 .It too far behind
6357 The client is in control mode and became unable to keep up with the data from
6358 .Nm .
6359 .It exited
6360 The server exited when it had no sessions.
6361 .It server exited
6362 The server exited when it received
6363 .Dv SIGTERM .
6364 .It server exited unexpectedly
6365 The server crashed or otherwise exited without telling the client the reason.
6367 .Sh TERMINFO EXTENSIONS
6369 understands some unofficial extensions to
6370 .Xr terminfo 5 .
6371 It is not normally necessary to set these manually, instead the
6372 .Ic terminal-features
6373 option should be used.
6374 .Bl -tag -width Ds
6375 .It Em \&AX
6376 An existing extension that tells
6378 the terminal supports default colours.
6379 .It Em \&Bidi
6380 Tell
6382 that the terminal supports the VTE bidirectional text extensions.
6383 .It Em \&Cs , Cr
6384 Set the cursor colour.
6385 The first takes a single string argument and is used to set the colour;
6386 the second takes no arguments and restores the default cursor colour.
6387 If set, a sequence such as this may be used
6388 to change the cursor colour from inside
6389 .Nm :
6390 .Bd -literal -offset indent
6391 $ printf '\e033]12;red\e033\e\e'
6394 The colour is an
6395 .Xr X 7
6396 colour, see
6397 .Xr XParseColor 3 .
6398 .It Em \&Cmg, \&Clmg, \&Dsmg , \&Enmg
6399 Set, clear, disable or enable DECSLRM margins.
6400 These are set automatically if the terminal reports it is
6401 .Em VT420
6402 compatible.
6403 .It Em \&Dsbp , \&Enbp
6404 Disable and enable bracketed paste.
6405 These are set automatically if the
6406 .Em XT
6407 capability is present.
6408 .It Em \&Dseks , \&Eneks
6409 Disable and enable extended keys.
6410 .It Em \&Dsfcs , \&Enfcs
6411 Disable and enable focus reporting.
6412 These are set automatically if the
6413 .Em XT
6414 capability is present.
6415 .It Em \&Rect
6416 Tell
6418 that the terminal supports rectangle operations.
6419 .It Em \&Smol
6420 Enable the overline attribute.
6421 .It Em \&Smulx
6422 Set a styled underscore.
6423 The single parameter is one of: 0 for no underscore, 1 for normal
6424 underscore, 2 for double underscore, 3 for curly underscore, 4 for dotted
6425 underscore and 5 for dashed underscore.
6426 .It Em \&Setulc , \&ol
6427 Set the underscore colour or reset to the default.
6428 The argument is (red * 65536) + (green * 256) + blue where each is between 0
6429 and 255.
6430 .It Em \&Ss , Se
6431 Set or reset the cursor style.
6432 If set, a sequence such as this may be used
6433 to change the cursor to an underline:
6434 .Bd -literal -offset indent
6435 $ printf '\e033[4 q'
6439 .Em Se
6440 is not set, \&Ss with argument 0 will be used to reset the cursor style instead.
6441 .It Em \&Swd
6442 Set the opening sequence for the working directory notification.
6443 The sequence is terminated using the standard
6444 .Em fsl
6445 capability.
6446 .It Em \&Sync
6447 Start (parameter is 1) or end (parameter is 2) a synchronized update.
6448 .It Em \&Tc
6449 Indicate that the terminal supports the
6450 .Ql direct colour
6451 RGB escape sequence (for example, \ee[38;2;255;255;255m).
6453 If supported, this is used for the initialize colour escape sequence (which
6454 may be enabled by adding the
6455 .Ql initc
6457 .Ql ccc
6458 capabilities to the
6460 .Xr terminfo 5
6461 entry).
6463 This is equivalent to the
6464 .Em RGB
6465 .Xr terminfo 5
6466 capability.
6467 .It Em \&Ms
6468 Store the current buffer in the host terminal's selection (clipboard).
6469 See the
6470 .Em set-clipboard
6471 option above and the
6472 .Xr xterm 1
6473 man page.
6474 .It Em \&XT
6475 This is an existing extension capability that tmux uses to mean that the
6476 terminal supports the
6477 .Xr xterm 1
6478 title set sequences and to automatically set some of the capabilities above.
6480 .Sh CONTROL MODE
6482 offers a textual interface called
6483 .Em control mode .
6484 This allows applications to communicate with
6486 using a simple text-only protocol.
6488 In control mode, a client sends
6490 commands or command sequences terminated by newlines on standard input.
6491 Each command will produce one block of output on standard output.
6492 An output block consists of a
6493 .Em %begin
6494 line followed by the output (which may be empty).
6495 The output block ends with a
6496 .Em %end
6498 .Em %error .
6499 .Em %begin
6500 and matching
6501 .Em %end
6503 .Em %error
6504 have three arguments: an integer time (as seconds from epoch), command number and
6505 flags (currently not used).
6506 For example:
6507 .Bd -literal -offset indent
6508 %begin 1363006971 2 1
6509 0: ksh* (1 panes) [80x24] [layout b25f,80x24,0,0,2] @2 (active)
6510 %end 1363006971 2 1
6514 .Ic refresh-client
6515 .Fl C
6516 command may be used to set the size of a client in control mode.
6518 In control mode,
6520 outputs notifications.
6521 A notification will never occur inside an output block.
6523 The following notifications are defined:
6524 .Bl -tag -width Ds
6525 .It Ic %client-detached Ar client
6526 The client has detached.
6527 .It Ic %client-session-changed Ar client session-id name
6528 The client is now attached to the session with ID
6529 .Ar session-id ,
6530 which is named
6531 .Ar name .
6532 .It Ic %config-error Ar error
6533 An error has happened in a configuration file.
6534 .It Ic %continue Ar pane-id
6535 The pane has been continued after being paused (if the
6536 .Ar pause-after
6537 flag is set, see
6538 .Ic refresh-client
6539 .Fl A ) .
6540 .It Ic %exit Op Ar reason
6543 client is exiting immediately, either because it is not attached to any session
6544 or an error occurred.
6545 If present,
6546 .Ar reason
6547 describes why the client exited.
6548 .It Ic %extended-output Ar pane-id Ar age Ar ... \&  : Ar value
6549 New form of
6550 .Ic %output
6551 sent when the
6552 .Ar pause-after
6553 flag is set.
6554 .Ar age
6555 is the time in milliseconds for which tmux had buffered the output before it was sent.
6556 Any subsequent arguments up until a single
6557 .Ql \&:
6558 are for future use and should be ignored.
6559 .It Ic %layout-change Ar window-id Ar window-layout Ar window-visible-layout Ar window-flags
6560 The layout of a window with ID
6561 .Ar window-id
6562 changed.
6563 The new layout is
6564 .Ar window-layout .
6565 The window's visible layout is
6566 .Ar window-visible-layout
6567 and the window flags are
6568 .Ar window-flags .
6569 .It Ic %output Ar pane-id Ar value
6570 A window pane produced output.
6571 .Ar value
6572 escapes non-printable characters and backslash as octal \\xxx.
6573 .It Ic %pane-mode-changed Ar pane-id
6574 The pane with ID
6575 .Ar pane-id
6576 has changed mode.
6577 .It Ic %pause Ar pane-id
6578 The pane has been paused (if the
6579 .Ar pause-after
6580 flag is set).
6581 .It Ic %session-changed Ar session-id Ar name
6582 The client is now attached to the session with ID
6583 .Ar session-id ,
6584 which is named
6585 .Ar name .
6586 .It Ic %session-renamed Ar name
6587 The current session was renamed to
6588 .Ar name .
6589 .It Ic %session-window-changed Ar session-id Ar window-id
6590 The session with ID
6591 .Ar session-id
6592 changed its active window to the window with ID
6593 .Ar window-id .
6594 .It Ic %sessions-changed
6595 A session was created or destroyed.
6596 .It Xo Ic %subscription-changed
6597 .Ar name
6598 .Ar session-id
6599 .Ar window-id
6600 .Ar window-index
6601 .Ar pane-id ... \&  :
6602 .Ar value
6604 The value of the format associated with subscription
6605 .Ar name
6606 has changed to
6607 .Ar value .
6609 .Ic refresh-client
6610 .Fl B .
6611 Any arguments after
6612 .Ar pane-id
6613 up until a single
6614 .Ql \&:
6615 are for future use and should be ignored.
6616 .It Ic %unlinked-window-add Ar window-id
6617 The window with ID
6618 .Ar window-id
6619 was created but is not linked to the current session.
6620 .It Ic %unlinked-window-close Ar window-id
6621 The window with ID
6622 .Ar window-id ,
6623 which is not linked to the current session, was closed.
6624 .It Ic %unlinked-window-renamed Ar window-id
6625 The window with ID
6626 .Ar window-id ,
6627 which is not linked to the current session, was renamed.
6628 .It Ic %window-add Ar window-id
6629 The window with ID
6630 .Ar window-id
6631 was linked to the current session.
6632 .It Ic %window-close Ar window-id
6633 The window with ID
6634 .Ar window-id
6635 closed.
6636 .It Ic %window-pane-changed Ar window-id Ar pane-id
6637 The active pane in the window with ID
6638 .Ar window-id
6639 changed to the pane with ID
6640 .Ar pane-id .
6641 .It Ic %window-renamed Ar window-id Ar name
6642 The window with ID
6643 .Ar window-id
6644 was renamed to
6645 .Ar name .
6647 .Sh ENVIRONMENT
6648 When
6650 is started, it inspects the following environment variables:
6651 .Bl -tag -width LC_CTYPE
6652 .It Ev EDITOR
6653 If the command specified in this variable contains the string
6654 .Ql vi
6656 .Ev VISUAL
6657 is unset, use vi-style key bindings.
6658 Overridden by the
6659 .Ic mode-keys
6661 .Ic status-keys
6662 options.
6663 .It Ev HOME
6664 The user's login directory.
6665 If unset, the
6666 .Xr passwd 5
6667 database is consulted.
6668 .It Ev LC_CTYPE
6669 The character encoding
6670 .Xr locale 1 .
6671 It is used for two separate purposes.
6672 For output to the terminal, UTF-8 is used if the
6673 .Fl u
6674 option is given or if
6675 .Ev LC_CTYPE
6676 contains
6677 .Qq UTF-8
6679 .Qq UTF8 .
6680 Otherwise, only ASCII characters are written and non-ASCII characters
6681 are replaced with underscores
6682 .Pq Ql _ .
6683 For input,
6685 always runs with a UTF-8 locale.
6686 If en_US.UTF-8 is provided by the operating system, it is used and
6687 .Ev LC_CTYPE
6688 is ignored for input.
6689 Otherwise,
6690 .Ev LC_CTYPE
6691 tells
6693 what the UTF-8 locale is called on the current system.
6694 If the locale specified by
6695 .Ev LC_CTYPE
6696 is not available or is not a UTF-8 locale,
6698 exits with an error message.
6699 .It Ev LC_TIME
6700 The date and time format
6701 .Xr locale 1 .
6702 It is used for locale-dependent
6703 .Xr strftime 3
6704 format specifiers.
6705 .It Ev PWD
6706 The current working directory to be set in the global environment.
6707 This may be useful if it contains symbolic links.
6708 If the value of the variable does not match the current working
6709 directory, the variable is ignored and the result of
6710 .Xr getcwd 3
6711 is used instead.
6712 .It Ev SHELL
6713 The absolute path to the default shell for new windows.
6714 See the
6715 .Ic default-shell
6716 option for details.
6717 .It Ev TMUX_TMPDIR
6718 The parent directory of the directory containing the server sockets.
6719 See the
6720 .Fl L
6721 option for details.
6722 .It Ev VISUAL
6723 If the command specified in this variable contains the string
6724 .Ql vi ,
6725 use vi-style key bindings.
6726 Overridden by the
6727 .Ic mode-keys
6729 .Ic status-keys
6730 options.
6732 .Sh FILES
6733 .Bl -tag -width "/etc/tmux.confXXX" -compact
6734 .It Pa ~/.tmux.conf
6735 Default
6737 configuration file.
6738 .It Pa /etc/tmux.conf
6739 System-wide configuration file.
6741 .Sh EXAMPLES
6742 To create a new
6744 session running
6745 .Xr vi 1 :
6747 .Dl $ tmux new-session vi
6749 Most commands have a shorter form, known as an alias.
6750 For new-session, this is
6751 .Ic new :
6753 .Dl $ tmux new vi
6755 Alternatively, the shortest unambiguous form of a command is accepted.
6756 If there are several options, they are listed:
6757 .Bd -literal -offset indent
6758 $ tmux n
6759 ambiguous command: n, could be: new-session, new-window, next-window
6762 Within an active session, a new window may be created by typing
6763 .Ql C-b c
6764 (Ctrl
6765 followed by the
6766 .Ql b
6768 followed by the
6769 .Ql c
6770 key).
6772 Windows may be navigated with:
6773 .Ql C-b 0
6774 (to select window 0),
6775 .Ql C-b 1
6776 (to select window 1), and so on;
6777 .Ql C-b n
6778 to select the next window; and
6779 .Ql C-b p
6780 to select the previous window.
6782 A session may be detached using
6783 .Ql C-b d
6784 (or by an external event such as
6785 .Xr ssh 1
6786 disconnection) and reattached with:
6788 .Dl $ tmux attach-session
6790 Typing
6791 .Ql C-b \&?
6792 lists the current key bindings in the current window; up and down may be used
6793 to navigate the list or
6794 .Ql q
6795 to exit from it.
6797 Commands to be run when the
6799 server is started may be placed in the
6800 .Pa ~/.tmux.conf
6801 configuration file.
6802 Common examples include:
6804 Changing the default prefix key:
6805 .Bd -literal -offset indent
6806 set-option -g prefix C-a
6807 unbind-key C-b
6808 bind-key C-a send-prefix
6811 Turning the status line off, or changing its colour:
6812 .Bd -literal -offset indent
6813 set-option -g status off
6814 set-option -g status-style bg=blue
6817 Setting other options, such as the default command,
6818 or locking after 30 minutes of inactivity:
6819 .Bd -literal -offset indent
6820 set-option -g default-command "exec /bin/ksh"
6821 set-option -g lock-after-time 1800
6824 Creating new key bindings:
6825 .Bd -literal -offset indent
6826 bind-key b set-option status
6827 bind-key / command-prompt "split-window 'exec man %%'"
6828 bind-key S command-prompt "new-window -n %1 'ssh %1'"
6830 .Sh SEE ALSO
6831 .Xr pty 4
6832 .Sh AUTHORS
6833 .An Nicholas Marriott Aq Mt nicholas.marriott@gmail.com