hard link all the dot files and add some new stuff...

This commit is contained in:
viktorbarzin 2019-01-14 13:52:03 +00:00
parent 26832898cd
commit 525ec8a095
318 changed files with 74 additions and 31 deletions

3
.vimrc
View file

@ -268,7 +268,8 @@ let g:syntastic_loc_list_height=1
vnoremap // y/<C-R>"<CR>
" Showing line numbers and length
set tw=79 " width of document (used by gd)
" set tw=79 " width of document (used by gd)
set tw=120 " width of document (used by gd)
set nowrap " don't automatically wrap on load
set fo-=t " don't automatically wrap text when typing
set colorcolumn=120