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.

Home/End keys do not work in tmux

I'm currently using tmux with xterm-256color $TERM variable. When in bash under tmux, pressing home/end would insert tilde …

linux bash tmux
Tmux window title keeps renaming

Suddenly, both my screen/tmux started changing my windows' names after every command. They keep changing the name to the …

bash gnu-screen tmux
Split pane switching in tmux: switch once per command

I've been a happy tmux user for a while now but there's one behaviour that's bugging me. When I switch …

tmux
How to change the starting directory of a tmux session?

The directory where you start a tmux session in will be the directory that all new windows will start at. …

linux unix tmux
tmux not re-attaching

I recently switched from using screen to tmux (obtained through macports), as I like the feature set more. However, I …

macos zsh putty tmux iterm
Multi-Session Manager for Git Bash Like GNU's Screen

I'm not sure what to name this question, as I am not sure what the technical name is for the …

git cygwin tmux gnu-screen byobu
Howto go to beginning of line in tmux after remapping prefix to CTRL+A?

following the suggestion in this Archlinux wiki, in the page about tmux I remapped the command key prefix to C-a, …

macos terminal tmux
Ubuntu - change tmux 1.8 to tmux-next 1.9

After I tried install few plugins for tmux I found that my tmux version is 1.8. Following steps from this answer …

tmux
tmux: how to toggle "on" and "off" options with the same key

This is a bit of my tmux.conf cat tmux.conf ... bind a set-window-option synchronize-panes on bind b set-window-option synchronize-panes …

tmux
What are the advantages to using tmux?

What are the advantages to using tmux or screen? Can you provide some simple examples that will instantly improve my …

tmux gnu-screen