Skip to content

Instantly share code, notes, and snippets.

@hdchinh
Created August 13, 2019 09:38
Show Gist options
  • Save hdchinh/a31e595c0bf08fa2ad6b8abd70ae1db7 to your computer and use it in GitHub Desktop.
Save hdchinh/a31e595c0bf08fa2ad6b8abd70ae1db7 to your computer and use it in GitHub Desktop.
Basic vim config
1 filetype indent on
2 set ai
3 set mouse=r
4 set incsearch
5 set confirm
6 set number
7 set ignorecase
8 set smartcase
9 set wildmenu
10 set wildmode=list:longest,full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment