Use ":terminal" in Vim for a better integrated terminal

Vim has a fully integrated terminal that can be accessed via :ter (:terminal) (run :help :terminal to learn about it):

Context

As a long time terminal user, I'm generally interacting with the terminal via GNU Screen, which allows me to quickly switch between virtual terminals, split the screen, copy-paste without the mouse, etc. These days, tmux appears more popular (likely for good reasons like persisting screen splits), but terminal multiplexers aren't the only game in town.

Namely, Emacs has an integrated shell that supports copy/paste, Emacs movement shortcuts, and probably a lot more I haven't discovered. Regardless, I still regularly use Vim due to its lighter footprint and my own muscle memory.

I was aware of :shell in vi/Vim, but it's clunky and doesn't integrate with Vim--it's more of a way to leave vi and then come back easily. Recently, I was pointed to :terminal and it is so much better than :shell, thanks to the features noted above.