mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Updata file
Git: add gitignore_global on gitconfig Full update install.sh Updata READEME.md Updata vimrc
This commit is contained in:
parent
c0c3113079
commit
e41495d8d5
4 changed files with 56 additions and 38 deletions
8
vimrc
8
vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue