Skip to content

Instantly share code, notes, and snippets.

@rendall
Created February 11, 2022 13:08
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 rendall/899ff9e440ab0742ecb6a0c8655bf2f7 to your computer and use it in GitHub Desktop.
Save rendall/899ff9e440ab0742ecb6a0c8655bf2f7 to your computer and use it in GitHub Desktop.
.vimrc
set hlsearch " highlight all search results
set ignorecase " do case insensitive search
set incsearch " show incremental search results as you type
set number relativenumber " display hybrid relative line numbers
set nobackup
set nowritebackup
set noundofile
set noswapfile " disable swap file
" https://swordandsignals.com/2020/12/13/5-lines-in-vimrc.html
" https://lee-phillips.org/badvim/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment