vimrc 325 B

12345678910111213141516171819202122
  1. " vimrc@oblivion
  2. filetype indent plugin on
  3. noh
  4. set title
  5. set nocompatible
  6. set backspace=indent,eol,start
  7. set ruler
  8. set ai
  9. set nonu
  10. set expandtab
  11. set tabstop=4
  12. set shiftwidth=4
  13. syntax on
  14. color brutal
  15. set incsearch
  16. set hlsearch
  17. set wildmenu
  18. map <silent> <C-n> :bNext <CR>
  19. map <silent> <C-p> :bPrevious <CR>
  20. command! D bdelete