Created
December 19, 2020 20:27
-
-
Save kirugan/565f110b1a27af0a23c5671ccb2fd25e to your computer and use it in GitHub Desktop.
My vimrc file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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