I often work with Tmux and I really like the ability to have multiple windows where each window has a custom set of panes. This allows me to quickly switch between layouts without losing anything.
So far in Emacs I know how to navigate buffers, switch from one buffer to another, close a buffer, open a new buffer, split the window and access a list of buffers. What I haven't been able to do is to have multiple custom setups and be able to quickly switch between them. Like so:
How would one go about achieving this?