Advertisement
cmiN

.vimrc

Jul 9th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.24 KB | None | 0 0
  1. set number
  2. set hlsearch
  3. set autoindent
  4. set nocindent
  5. set nosmartindent
  6. set noswapfile
  7. set nobackup
  8. set nowritebackup
  9.  
  10. set expandtab
  11. set tabstop=4
  12. set shiftwidth=4
  13. set ff=unix
  14. set backspace=indent,eol,start
  15.  
  16. syntax on
  17. colors zellner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement