I installed https://gist.github.com/cybic/6375457 in ~/.bash_completion (file) to get the bash completion. General shortcuts tmux attach -> opens tmux tmux ls -> lists open windows tmux attach -d 0 -> reopens window 0 Inside tmux. prefix = ctrl+b prefix d -> detach window (closes tmux) prefix w -> lists windows prefix x -> close window prefix c -> create window prefix , -> rename window prefix [ -> scroll among history prefix arrow -> move among panes prefix " -> split vertically (up-down); %...