Skip to content

Instantly share code, notes, and snippets.

@beakr
Created March 29, 2012 16:05
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beakr/2239019 to your computer and use it in GitHub Desktop.
Save beakr/2239019 to your computer and use it in GitHub Desktop.
How to disable Vim intro message.
set shortmess=I " Read :help shortmess for everything else.
@DirkGently999
Copy link

<3

@davidchoo12
Copy link

👍

@bftelman
Copy link

bftelman commented Apr 5, 2020

thanks

@anzhi0708
Copy link

uwu

@voidzero
Copy link

voidzero commented Jan 1, 2023

If you add this into your vimrc, the following is probably better:
set shortmess+=I

@vollowx
Copy link

vollowx commented Aug 3, 2023

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment