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 how can I … Read more
I know that I can run tmux -V to find the version of tmux that is in my PATH, but how can I … Read more
FYI, I am using Tmux through the Mac OS X Terminal app. 16 Answers 16
I like to call :clear-history on panes with a huge scrollback. However, I want to script a way to send this command to … Read more
I’m new to tmux. I want to keep the windows’ name fixed after I rename it. But after I renaming it, they keep … Read more
I’ve got a tmux session where the window is too small because some user somewhere is connected. How do I tell tmux to … Read more
I’m running iterm2 and when I’m in tmux mode the colorscheme I have set in vim does not show up. Only the color … Read more
How to terminate a window in tmux? Like the Ctrlak shortcut in screen with Ctrla being the prefix. 11 Answers 11
I’ve been looking around and people say that putting set -g mouse-mode on should let you scroll through the terminal output when running … Read more
How to set up tmux so that it starts up with specified windows opened? 22 Answers 22
How do I increase scrollback buffer size in tmux? If I enter copy mode, the number of available scrollback lines (visible in upper … Read more