Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. set nocp nobk "nocompatible and nobackup
  2. set bs=2 ts=2 sw=2 et ai si
  3. set ic is "ignore case and incsearch
  4. set nu cuc cul ls=2 ru
  5.  
  6. syntax on
  7. filetype plugin indent on
  8.  
  9. colo desert "to see all color schemes type :colo <C-d>
  10.  
  11. " disable stupid upper/lower case conversion
  12. vmap u <nop>
  13. vmap U <Nop>
  14.  
  15. nnoremap <PageUp> :bprevious<CR>
  16. nnoremap <PageDown> :bnext<CR>
  17.  
  18. :command E e
  19. :command Q q
  20. :command W w
  21. :command Wq wq
  22. :command WQ wq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement