Cleaned and iNdented vimrc

This commit is contained in:
lhark 2015-08-08 22:44:49 +02:00
parent 69af453d11
commit 2c7730b8b9

8
vimrc
View file

@ -112,6 +112,10 @@ nnoremap <C-j> <C-W>j
nnoremap <C-k> <C-W>k
nnoremap <C-h> <C-W>h
nnoremap <C-l> <C-W>l
nnoremap <C-Up> <C-W>k
nnoremap <C-Down> <C-W>j
nnoremap <C-Left> <C-W>h
nnoremap <C-Right> <C-W>l
"[Locate the desired objects in the center of the screen]"
nnoremap <silent> n nzz
nnoremap <silent> N Nzz
@ -231,7 +235,7 @@ set backspace=indent,eol,start
set scrolloff=10
set scrolljump=10
set showmatch
set matchpairs=""
set matchpairs=":"
set matchpairs+=(:)
set matchpairs+={:}
set matchpairs+=[:]
@ -263,7 +267,7 @@ set textwidth=80
set number
set numberwidth=2
"[Don't show current position]"
set noruler
set ruler
"[For regular expressions turn magic on]"
set magic
"[Search settings]"