Tmux

{{short description|Terminal multiplexer}}

{{lowercase}}

{{Use dmy dates|date=June 2015}}

{{distinguish|Termux}}

{{Infobox software

| name = tmux

| logo = tmux logo.svg

| screenshot = Tmux.png

| screenshot size = 320px

| caption = tmux session, with two horizontal and one vertical pane.

| developer = Nicholas Marriott

| released = {{Start date and age|df=yes|2007|11|20}}{{Cite web

| url = https://raw.githubusercontent.com/tmux/tmux/master/CHANGES

| title = tmux changelog}}

| latest release version = {{wikidata|property|reference|P348}}

| latest release date = {{start date and age|{{wikidata|qualifier|preferred|single|P348|P577}}}}

| programming language = C

| repo = {{URL|https://github.com/tmux/tmux}}

| operating system = Unix-like

| language = English

| genre = Terminal multiplexer

| license = ISC license

}}

tmux is an open-source terminal multiplexer for Unix-like operating systems. It allows multiple terminal sessions to be accessed simultaneously in a single window. It is useful for running more than one command-line program at the same time. It can also be used to detach processes from their controlling terminals, allowing remote sessions to remain active without being visible.

Features

tmux includes most features of GNU Screen. It allows users to start a terminal session with clients that are not bound to a specific physical or virtual console; multiple terminal sessions can be created within a single terminal session and then freely rebound from one virtual console to another, and each session can have several connected clients.

Some notable tmux features are:

  • Menus for interactive selection of running sessions, windows or clients
  • Window can be linked to an arbitrary number of sessions
  • vi-like or Emacs command mode (with auto completion) for managing tmux
  • Vertical and horizontal window split support

tmux lacks built-in serial port and telnet support. It uses different command keys from the ones used by screen, so it is not a drop-in replacement for screen, but it can be configured to use compatible keybindings.

Availability

tmux is included in the OpenBSD base system,{{cite web|url=https://cvsweb.openbsd.org/src/usr.bin/tmux/|title=src/usr.bin/tmux|website=OpenBSD source repository}} and is available as a package for many other Unix-like operating systems.

See also

{{Portal|Free and open-source software}}

References

{{Reflist|refs=

{{citation

| title = Keyboard and Display Controls

| url = http://www.openbsd.org/faq/faq7.html#tmux

| work = Snappy Answers to Stupid Questions

| publisher = OpenBSD

| access-date = 7 December 2011}}

{{citation

| url = http://www.techrepublic.com/blog/opensource/is-tmux-the-gnu-screen-killer/1901

| archive-url = https://web.archive.org/web/20110704150252/https://www.techrepublic.com/blog/opensource/is-tmux-the-gnu-screen-killer/1901

| archive-date= July 4, 2011

| title = Is tmux the GNU Screen killer?

| first = Chad

| last = Perrin

| work = TechRepublic

| date = 25 October 2010

| access-date = 7 December 2011}}

{{citation

| url = http://undeadly.org/cgi?action=article&sid=20090712190402

| title = Interview with Nicholas Marriott on tmux

| first = Paul

| last = de Weerd

| work = OpenBSD Journal

| date = 12 July 2009

| access-date = 7 December 2011}}

{{citation

| url = http://linuxaria.com/article/tmux-the-terminal-multiplexer?lang=en

| title = Tmux – the Terminal multiplexer

| work = Linuxaria

| date = 15 September 2011

| access-date = 7 December 2011}}

}}

{{unix commands}}

{{OpenBSD}}

Category:Unix software

Category:Terminfo

Category:Terminal multiplexers

Category:Free software programmed in C

Category:Software using the ISC license