Add tmux
Overview
Tmux is a handy tool that gives the ability to have multiple (text) windows in a single terminal session. In addition, if you get disconnected from the terminal (e.g. an SSH session drops out), when you log back in, you can attach back to the same session. This is particularly handy when you issue command that takes longer to complete than expected.
Tmux does much more than this, and you probably ought to read about it.
Install
doas apk add tmux
Commit your changes
doas lbu commit