Skip to content

Instantly share code, notes, and snippets.

@pandazx
Last active July 26, 2016 02:05
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 pandazx/de52a09fe57ecda5e0d7 to your computer and use it in GitHub Desktop.
Save pandazx/de52a09fe57ecda5e0d7 to your computer and use it in GitHub Desktop.
vim conf
" show line number
set number
" Disable auto indent when type return key
autocmd Filetype * set formatoptions-=r
" Set comment color scheme to light blue
highlight Comment ctermfg=6
" 前回開いた位置で開く
au BufWritePost * mkview
autocmd BufReadPost * loadview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment