File vimrc changed (mode: 100644) (index 5c93ebd..da88600) |
... |
... |
nnoremap <silent> <leader>m :2match SecondaryHighlight /<c-r>//<cr> |
553 |
553 |
" clear marking |
" clear marking |
554 |
554 |
nnoremap <silent> <leader>cm :2match none<cr> |
nnoremap <silent> <leader>cm :2match none<cr> |
555 |
555 |
|
|
556 |
|
" increase history size |
|
557 |
|
set history=10000 |
|
|
556 |
|
" increase history size (don't make it 10000, Vim becomes slow to start/quit) |
|
557 |
|
set history=1000 |
558 |
558 |
|
|
559 |
559 |
" correct encoding detection |
" correct encoding detection |
560 |
560 |
set fileencodings=ucs-bom,utf-8,default,cp1251,cp866 |
set fileencodings=ucs-bom,utf-8,default,cp1251,cp866 |