Consider adding pspg for an easier time inside psql
Before:
After:
May not necessarily need to be added but a useful little tool I stumbled across I thought was worth sharing. Maybe would be good to add in the docs instead too.
Only needs to be installed and PSQL_PAGER
set (inside Vagrant):
sudo apt install pspg
PSQL_PAGER="pspg -X -b" psql -U tildes tildes