Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

tmux
Developer(s)Nicholas Marriott
Initial release20 November 2007; 16 years ago (2007-11-20)[1]
Stable release
3.4[2] / 13 February 2024; 21 days ago (13 February 2024)
Repositoryhttps://github.com/tmux/tmux
Written inC
Operating systemUnix-like
Available inEnglish
TypeTerminal multiplexer
LicenseISC license
Websitetmux.github.io Edit this on Wikidata

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.[3]

YouTube Encyclopedic

  • 1/3
    Views:
    281 545
    13 298
    8 081
  • Introduction to tmux
  • Настройка Tmux - использование, установка, плагины
  • Tutorial básico do tmux

Transcription

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:[4]

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

Tmux lacks built-in serial port and telnet support.[4] 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,[7] and is available as a package for many other Unix-like operating systems.[6]

See also

References

  1. ^ "tmux changelog".
  2. ^ "tmux 3.4". 13 February 2024. Retrieved 15 February 2024.
  3. ^ "Keyboard and Display Controls", Snappy Answers to Stupid Questions, OpenBSD, retrieved 7 December 2011
  4. ^ a b Perrin, Chad (25 October 2010), "Is tmux the GNU Screen killer?", TechRepublic, archived from the original on 4 July 2011, retrieved 7 December 2011
  5. ^ de Weerd, Paul (12 July 2009), "Interview with Nicholas Marriott on tmux", OpenBSD Journal, retrieved 7 December 2011
  6. ^ a b "Tmux – the Terminal multiplexer", Linuxaria, 15 September 2011, retrieved 7 December 2011
  7. ^ "src/usr.bin/tmux". OpenBSD source repository.
This page was last edited on 3 March 2024, at 11:56
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.