Vim TIL:
:Inspect()
tells you the highlighting group of the text under the cursor; useful for creating color schemes.
ZZ
is the same as :x
; writes & closes the current file/window.
:verbose set foo
tells you who last set the variable foo
; useful for debugging.