Skip to content

Instantly share code, notes, and snippets.

@kirugan
Created December 19, 2020 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirugan/565f110b1a27af0a23c5671ccb2fd25e to your computer and use it in GitHub Desktop.
Save kirugan/565f110b1a27af0a23c5671ccb2fd25e to your computer and use it in GitHub Desktop.
My vimrc file
set hlsearch " highlight all search results
set ignorecase " do case insensitive search
set incsearch " show incremental search results as you type
set number " display line number
set noswapfile " disable swap file ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment