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.

33 lines
618 B

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 'felixhummel/setcolors.vim'
  19. Plug 'flazz/vim-colorschemes'
  20. call plug#end()
  21. colorscheme gotham256
  22. map <F3> :wa<CR>
  23. map <F4> :wqa<CR>
  24. map <F5> :qa<CR>
  25. map <F10> :PlugInstall<CR>
  26. " map <Enter> o<ESC>
  27. " map <S-Enter> O<ESC>