Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 758 Bytes

03-ckad-tmux.md

File metadata and controls

33 lines (22 loc) · 758 Bytes

tmux in the CKAD shell

This section is for REFERENCE ONLY

On the new exam platform you can open multiple shells making tmux redundant.

You are able to use tmux in the CKAD shell.

HOK = Hands Off Keyboard

tmux side by side window

tmux # Start Terminal Multiplexer

CTRL+b    HOK   `%` # side by side window
CTRL+b    HOK   <right arrow> # Right arrow to move to right pane
CTRL+b    HOK   <left arrow> # Left arrow to move to left pane

tmux over and under window (Preference for exam)

tmux # Start Terminal Multiplexer

CTRL+b    HOK  `"` # over and under window
CTRL+b    HOK   <up arrow> # pane above
CTRL+b    HOK   <down arrow> # pane below

End of Section