How do I suppress Vim's startup splash screen and reduce noisy status messages? :set shortmess+=I The shortmess option is a string of single-character flags that tell Vim which messages to suppress or abbreviate. category: config tags: #config #messages #startup #options