Put things in consistent tabs

This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the workflows category.

Last Updated: 2024-04-25

In order to get my coding flow better into my finger memory, I decided to use consistent numberings for entities in terminal tabs (no matter what I was developing )

Tab 1: Main server process (ideally with logs) 
Tab 2: neovim in primary codebase
Tab 3: command line (inside virtual machine, if applicable)
Tab 4: interactive REPL console or debugger
Tab 5: additional instrumention stuff