Tmux - GeorgesAlkhouri/dotfiles GitHub Wiki
Navigation
C-b + n
Next window
C-b + p
Previous window
Basic split window options
C-b :splitw -f
Places a full width pane on the bottom of our window with a vertical split.
C-b :splitw -bf
Places a full length pane at the top of our window with a vertical split.
C-b :splitw -fh
Places a full length pane on the right side of our window with a horizontal split.
C-b :splitw -bfh
Places a full length pane on the left side of our window with a horizontal split.
Move pane to new window
C-b + !
Break active pane into new window.