- Start a new tmux named session tmux new -s terminal-capture
- Split the screen using these commands,
- vertical split <C-b>"
- horizontal split <C-b>%
- To navigate between the panes,
- To goto Left pane <C-b> left-key
- To goto Right pane <C-b> right-key
- To goto Top pane up-key