Tmux: Difference between revisions

From wikinotes
No edit summary
Line 1: Line 1:
tmux is a terminal-multiplexer. It enables you to:
tmux is a terminal-multiplexer.  


* create, attach, detach shell sessions
* create, attach, detach shell sessions
* organize shell sessions with tabs/splits similar to a tiling window manager
* organize shell sessions with tabs/splits similar to a tiling window manager
 
* emit notifications within your terminal/tty
{{ TODO |
these notes are pretty horrible }}


= Documentation =
= Documentation =

Revision as of 17:15, 18 September 2021

tmux is a terminal-multiplexer.

  • create, attach, detach shell sessions
  • organize shell sessions with tabs/splits similar to a tiling window manager
  • emit notifications within your terminal/tty

Documentation

man tmux https://man.archlinux.org/man/community/tmux/tmux.1.en

Locations

~/.tmux.conf main tmux config

Notes

tmux install
tmux usage
tmux configuration
tmux extensions