Tmux default keystrokes - sergeylukin/dotfiles GitHub Wiki
Reload tmux config
Ctrl+b :source-file ~/.tmux.conf
or from shell:
tmux source-file ~/.tmux.conf
Manipulate Windows
Command mode (Ctrl+b :)
swap-window -s 3 -t 1- reorder windows so that window #3 takes place of window #1 and vice versaswap-window -t 0- reorder windows so that current window takes place of window #0 and vice versa
Misc
Ctrl+D: will list connected clients, kick a connected client by selecting it and press ENTER