C-A | or C-A V horizontal
C-A % or C-A S vertically
C-A TAB move to next split
See also the tmux_cheat_sheet: https://gist.github.com/kwmiebach/1c5112a3070250992618#file-tmux_cheat_sheet-md
C-Space next-window [108/108]
C-a last-window
C-c new-window
C-d detach-client
C-h previous-window
Tab select-pane -t :.+
C-l refresh-client
C-n next-window
C-o rotate-window
C-p previous-window
C-w list-windows
C-x lock-server
C-z suspend-client
Space next-window
! break-pane
" choose-window
# list-buffers
$ command-prompt -I #S "rename-session '%%'"
% split-window -h
& confirm-before -p "kill-window #W? (y/n)" kill-window
' command-prompt -p index "select-window -t ':%%'"
( switch-client -p
) switch-client -n
* list-clients
, command-prompt -I #W "rename-window '%%'"
- delete-buffer
. command-prompt "move-window -t '%%'"
0 select-window -t :0
1 select-window -t :1
http://stackoverflow.com/questions/18476284/how-to-change-activity-in-window-color-in-byobu
If byobu is tmux based edit this file:
nano ~/.byobu/.tmux.conf
# set the status bar entry for the current window to red/white:
set -g window-status-current-bg white
set -g window-status-current-fg red
http://manpages.ubuntu.com/manpages/trusty/en/man1/byobu-select-backend.1.html