Updata file

Git: add gitignore_global on gitconfig
Full update install.sh
Updata READEME.md
Updata vimrc
This commit is contained in:
Smirnov Sasha 2020-05-20 00:47:31 +03:00
parent c0c3113079
commit e41495d8d5
4 changed files with 56 additions and 38 deletions

8
vimrc
View file

@ -81,8 +81,14 @@ map о j
map л k
map д l
" Unmap arrows
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
if has("gui_running")
colorscheme Monokai
set guioptions -=m
set guioptions -=T
map <leader>p "+gP
endif