Tmux: Difference between revisions

Pigs (talk | contribs)
Using Plugins: Use current channel for search.nixos.org link
Tags: Mobile edit Mobile web edit Advanced mobile edit
Pigs (talk | contribs)
m Add category CLI Applications, link to pkgs
 
Line 1: Line 1:
''tmux'' is a "terminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. ''tmux'' may be detached from a screen and continue running in the background, then later reattached."
[https://github.com/tmux/tmux/wiki tmux] is a "terminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. ''tmux'' may be detached from a screen and continue running in the background, then later reattached."




== Global configuration ==
== Global configuration ==


''tmux'' can be configured globally from <code>/etc/nixos/configuration.nix</code>.
{{nixos:package|tmux}} can be configured globally from <code>/etc/nixos/configuration.nix</code>.


As an example:
As an example:
Line 44: Line 44:
* [https://wiki.archlinux.org/index.php/Tmux Arch Wiki page on tmux]
* [https://wiki.archlinux.org/index.php/Tmux Arch Wiki page on tmux]
* [https://github.com/tmux/tmux tmux repository]
* [https://github.com/tmux/tmux tmux repository]
[[Category:CLI Applications]]