Morass

Untitled

Oct 24th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. set ts=4
  2. set sw=4
  3. set sr
  4. set et
  5. set sta
  6. set nu
  7. set bs=2
  8. set ai
  9. set tw=79
  10. set fo=c,q,r,t
  11. set bg=dark " only dark terminal bg
  12. set mouse=a
  13. set hid
  14. nmap <C-S> :wa<CR>
  15. filetype plugin indent on
  16. syntax on
  17. "inoremap { {<CR>}<UP><C-O>$
  18. nnoremap <S-A-Down> :m .+1<CR>==
  19. nnoremap <S-A-Up> :m .-2<CR>==
  20. inoremap <S-A-Down> <Esc>:m .+1<CR>==gi
  21. inoremap <S-A-Up> <Esc>:m .-2<CR>==gi
  22. inoremap <C-E> <Esc>ddI
  23. map <tab> :s,^,//,<cr>
  24. map q :s,^//,,<cr>
  25. set clipboard=unnamedplus
  26. inoremap <C-A> ggVGy
  27. nnoremap <C-A> ggVGy
  28. set hls
Add Comment
Please, Sign In to add comment