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 save tmux session to tmuxinator project?

I'm a tmux user and a fan of tmuxinator because it lets me get back to a baseline tmux session …

command-line terminal save tmux tmuxinator
Send command to all window in tmux

Is a way to send the same command to all window in tmux, not to all pane in window. synchronize-panes …

tmux gnu-screen
Tmux Scroll Up/Down Page using Ctrl-b and Ctrl-f

Once in scroll-mode, how do I use Ctrl+b and Ctrl+f to scroll up and down pages? These commands …

key-bindings tmux
tmux no server running on /private/tmp/tmux-502/default

On macOS 10.12.1 tmux 2.3 When run: tmux source-file ~/.tmux.conf Got error: no server running on /private/tmp/tmux-502/default

macos tmux macos-sierra
Alert in tmux when a process completes

Can I set tmux to trigger an alert in a non-active window when a process completes? For example: I start …

tmux
mouse wheel isn't scrolling in tmux

It scrolls ok in vim but not in tmux. I followed suggestions like adding set -g history-limit 1000 set -g terminal-overrides …

scroll ubuntu-11.10 tmux
What are the differences between set -g, set -ga and set-option -g in a .tmux.conf file?

I'm new to tmux and trying to understand it's configuration. I've started with looking at some pre-existing .tmux.conf files …

configuration-files tmux
Leaving tmux scrollback in terminal (iTerm2)

Usually tmux will only show as much output as however many rows my terminal currently displays. And then when I …

ssh tmux gnu-screen tty iterm
Tmux will not stop auto-renaming windows

A problem I have with Tmux - in the .tmux.conf file I have told him not to rename windows …

macos tmux oh-my-zsh
vim in tmux background color changes when paging

I am using vim in 256 color mode on Solaris (connected via Putty on Windows). Everything looks great and works fine …

vim vi tmux