Tmux is a 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.
Learn how to disconnect all other tmux users with tmux detach-client command
Learn how to detach from a tmux session using keyboard shortcuts.
Learn how to create a nested tmux session using tmux new command.
Learn how to create a new pane in tmux using keyboard shortcuts.
Learn how to create a tmux window using tmux prefix + c command.
Learn how to Change Prefix to a different keyboard shortcut in tmux to Ctrl-A.
Learn how to set the status bar opacity to transparent pattern by altering tmux config.