Skip to content

Instantly share code, notes, and snippets.

@koji
Created July 17, 2018 20:13
Show Gist options
  • Save koji/fcc42aeec46cd2b545e8e013fae02727 to your computer and use it in GitHub Desktop.
Save koji/fcc42aeec46cd2b545e8e013fae02727 to your computer and use it in GitHub Desktop.
basic vim settings
"#### 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment