Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. " Color scheme
  2. syntax on
  3. color Dracula
  4.  
  5. " Hide toolbar
  6. set guioptions-=T
  7.  
  8. " Show line number
  9. set number
  10.  
  11. " C-j to Esc
  12. noremap <C-j> <esc>
  13. noremap! <C-j> <esc>
  14.  
  15. " Font
  16. set guifont=MS_Gothic:h16
  17. set guifontwide=MS_Gothic:h16
  18.  
  19. " Disable backup
  20. set nobackup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement