Notes Entry Tmux
Tmux is a terminal multiplexer that allow user to set up pane (segments of a window when doing split) or windows which is a segments of a session. The tmux can be used to control the workspace. Here are a list of shortcuts. Note prefix is by default but I remapped to control-a. Refer to my tmux.cconf. Note you will need to install the plugin manager by running git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm.
In terminal environment
tmuxstart a new sessiontmux lslist existing sessiontmux a -t <session#>attach to a particular session
Within the tmux session
prefix + :new- new sessionprefix + s- select session. (use hjkl to control direction)prefix + c- new windowprefix + n- next windowprefix + |- split horizontallyprefix + -- split verticallyprefix + hjkl- resize panecontrol + hjkl- move between paneprefix + d- detach from session