How do I make Vim show the beginning of long lines that don't fit on screen instead of just showing @@@ placeholders?
:set display=lastline
By default, when the last visible line of a window is too long to fit on screen, Vim shows @@@ in its place — hiding the content entirely.