Title here
Summary here
:ls " what is open
:b <fragment> " jump to it
:bd " close oneA session records your open buffers, window layout, and working directory:
:mksession! ~/.config/nvim/sessions/projectx.vimRestore it later:
nvim -S ~/.config/nvim/sessions/projectx.vimYou come back to the same splits, the same files, the same place — instead of rebuilding your layout every morning.