Guest User

Untitled

a guest
Nov 18th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. set tabstop=2
  2. set number
  3. set smartindent
  4. set shiftwidth=2
  5. set expandtab
  6. syntax on
  7. filetype on
  8.  
  9. if &t_Co > 2 || has("gui_running")
  10. syntax on
  11. set hlsearch
  12. endif
  13.  
  14. if has("autocmd")
  15. filetype indent on
  16. endif
  17.  
  18. noremap <Up> <Nop>
  19. noremap <Up> <Nop>
  20. noremap <Up> <Nop>
  21. noremap <Down> <Nop>
Add Comment
Please, Sign In to add comment