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.

Configure tmux scroll speed

Can tmux scroll speed (using a mouse wheel or touch pad) be configured? Tmux 2.1 sort of broke scrolling (depending on …

tmux
tmux transpose / rearrange panes?

I have a layout right now that looks like 1 *** 2 *** 3 and I want it to look like 1 *** 3 *** 2 I know the command …

unix tmux panes
Can I use double click to select and copy in tmux?

I am learning to use tmux, I found when I in a tmux window, double-click to select and copy function …

tmux
How can I set tmux hotkey as Ctrl-, that is, Ctrl+comma

I've got some trouble when setting my preferred tmux hotkey on Mac OS X. The most common hotkeys that invokes …

hotkeys comma tmux ctrl
tmux tabs with name of file open in vim

I'm new to tmux and am trying to figure out how to edit the configuration so that windows with vim …

vim tmux
How do I jump to double-digit window number in tmux?

Normally, I can jump to a window in tmux using Prefix-N, where N is my window number. Unfortunately, if N …

tmux
How do I make tmux reorder windows when one is deleted?

I have three windows: 1:zsh 2:vim* 3:htop When I delete the current window (#2), I have these windows left: 1:zsh 3:htop …

unix tmux
How can I reattach to my byobu/tmux session?

I'm using byobu with a tmux backend in Ubuntu 14.04. The standard methods for selecting/viewing sessions such as byobu-select-session and …

tmux byobu
libevent error when installing tmux_1.8 on Ubuntu 12.04

I want to install tmux 1.8 on my ubuntu 12.04 after tar zxvf tmux-1.8.tar.gz cd tmux_1.8 ./configure but here is …

ubuntu tmux libevent
tmuxinator initialize pane with multiple commands

I am using Tmuxinator, and I was wondering is there anyway to initialize a Tmux pane using multiple commands? Example …

tmux tmuxinator