Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
815 B

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. set relativenumber
  2. set background=dark
  3. " set t_Co=256
  4. syntax on
  5. set tabstop=4
  6. set shiftwidth=4
  7. set autoindent
  8. set mouse=c
  9. set clipboard=unnamedplus
  10. autocmd VimResized * wincmd =
  11. " 'h/u3/c7/05/mokkar/.vim/plugged'
  12. " '~/.vim/plugged'
  13. call plug#begin('~/.vim/plugged')
  14. Plug 'vim-scripts/L9'
  15. Plug 'vim-scripts/FuzzyFinder'
  16. Plug 'whatyouhide/vim-gotham'
  17. Plug 'nathanaelkane/vim-indent-guides'
  18. Plug 'flazz/vim-colorschemes'
  19. Plug 'felixhummel/setcolors.vim'
  20. Plug '907th/vim-auto-save'
  21. " Plug 'artur-shaik/vim-javacomplete2'
  22. " autocmd FileType java setlocal omnifunc=javacomplete#Complete
  23. call plug#end()
  24. colorscheme gotham256
  25. map <F3> :wa<CR>
  26. map <F4> :wqa<CR>
  27. map <F5> :qa!<CR>
  28. map <F7> :AutoSaveToggle<CR>
  29. map <F10> :PlugInstall<CR>
  30. map <C-F1> :.,$s/:\(\w\)/: \1/g<CR>
  31. " map <Enter> o<ESC>
  32. " map <S-Enter> O<ESC>