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.

In tmux can I resize a pane to an absolute value

Is it possible to tell tmux to "resize a pane to 5 lines high"? I know I can do resize-pane -U 3 …

tmux
How to send a command to all panes in tmux?

I like to call :clear-history on panes with a huge scrollback. However, I want to script a way to send …

tmux
Create new tmux session from inside a tmux session

I'm writing a shell script that creates / attaches or switches to a given session, depending on whether one is inside …

tmux
lose vim colorscheme in tmux mode

I'm running iterm2 and when I'm in tmux mode the colorscheme I have set in vim does not show up. …

macos vim tmux iterm
How can I clear scrollback buffer in Tmux?

FYI, I am using Tmux through the Mac OS X Terminal app.

terminal tmux
How do I disconnect all other users in tmux?

I've got a tmux session where the window is too small because some user somewhere is connected. How do I …

tmux
How to create new tmux session if none exists

I am trying to figure out how to attach to a tmux session if a named tmux session exists, if …

tmux
Bash scripts with tmux to launch a 4-paned window

Can anyone help explain what's going on with tmux, bash, and exec? I'm trying to set up a tmux session …

bash exec tmux
Pane Title in Tmux

On my local machine I've got 3 node.js instances running simultaneously. Each has it's own pane in a tmux window …

command-line title tmux pane
List running Jupyter notebooks and tokens

How do you check the login tokens for all running jupyter notebook instances? Example: you have a notebook running in …

python ssh jupyter tmux gnu-screen