Guest User

Untitled

a guest
Dec 16th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. set directory=.,$TEMP
  2. syntax on
  3. filetype plugin on
  4. noremap j h
  5. noremap k j
  6. noremap l k
  7. noremap ; l
  8. inoremap jk <Esc>
  9. set nu
  10. set autoindent
  11. set tabstop=4
  12. set shiftwidth=4
  13. set softtabstop=4
  14. set smartindent
  15. set smarttab
  16. set expandtab
  17. set noerrorbells visualbell t_vb=
  18. set backspace=indent,eol,start
Add Comment
Please, Sign In to add comment