"#### settings ####
set number " display line numbers
set title
syntax on
set tabstop=4
set shiftwidth=4
set noswapfile
"set matchpairs& matchpairs+=<:>
"set showmatch
"set list
"#### search ####
set ignorecase
set smartcase
set wrapscan
set incsearch
set showcmd
Created
July 17, 2018 20:13
-
-
Save koji/fcc42aeec46cd2b545e8e013fae02727 to your computer and use it in GitHub Desktop.
basic vim settings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment