Top "Tmux" questions

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.

How to set up tmux so that it starts up with specified windows opened?

How to set up tmux so that it starts up with specified windows opened?

shell production-environment tmux
How to terminate a window in tmux?

How to terminate a window in tmux? Like the Ctrlak shortcut in screen with Ctrla being the prefix.

window tmux
Is there any way to redraw tmux window when switching smaller monitor to bigger one?

Let's say you're connecting to a remote server over ssh with Terminal.app. When you "tmux attach" with bigger resolution …

tmux
tmux set -g mouse-mode on doesn't work

I've been looking around and people say that putting set -g mouse-mode on should let you scroll through the terminal …

tmux
How to increase scrollback buffer size in tmux?

How do I increase scrollback buffer size in tmux? If I enter copy mode, the number of available scrollback lines (…

scroll tmux
Terminal Multiplexer for Microsoft Windows - Installers for GNU Screen or tmux

I am looking for a terminal multiplexer for Microsoft Windows. I was unable to locate the installers for Microsoft Windows …

windows linux gnu-screen tmux
tmux status bar configuration

How is the status bar is customized? I noticed in this youtube video (at 3:05 - image below), the status bar …

configuration tmux
How to rename a pane in tmux?

How to rename a pane in tmux ?

tmux
Tmux: How do I find out the currently running version of tmux?

I know that I can run tmux -V to find the version of tmux that is in my PATH, but …

tmux
Getting back old copy paste behaviour in tmux, with mouse

This is what I used to do in tmux to copy-paste (using the mouse, the keyboard works differently and it …

terminal gnu-screen tmux