.vimrc

changeset 202
f7aa9b7b7800
parent 201
17404b9123cd
child 203
f95de43bb256
equal deleted inserted replaced
201:17404b9123cd 202:f7aa9b7b7800
146 " faster window nav 146 " faster window nav
147 nmap <C-h> <C-w>h 147 nmap <C-h> <C-w>h
148 nmap <C-j> <C-w>j 148 nmap <C-j> <C-w>j
149 nmap <C-k> <C-w>k 149 nmap <C-k> <C-w>k
150 nmap <C-l> <C-w>l 150 nmap <C-l> <C-w>l
151
152 nnoremap <silent> <leader><leader>k :call UncolorAllWords()<CR>
151 "}}} 153 "}}}
152 154
153 155
154 " General settings {{{ 156 " General settings {{{
155 syntax on 157 syntax on
378 let g:signify_mapping_next_hunk = '<leader>gj' 380 let g:signify_mapping_next_hunk = '<leader>gj'
379 let g:signify_mapping_prev_hunk = '<leader>gk' 381 let g:signify_mapping_prev_hunk = '<leader>gk'
380 let g:signify_mapping_toggle = '<leader>gt' 382 let g:signify_mapping_toggle = '<leader>gt'
381 383
382 384
385 ">> interestingwords
386 " These are jellybeans colors and some complements
387 let g:interestingWordsGUIColors = ['#C4A258', '#D8AD4C', '#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C']
388 let g:interestingWordsRandomiseColors = 1
389
383 ">> neocomplcache 390 ">> neocomplcache
384 " Disable AutoComplPop. 391 " Disable AutoComplPop.
385 let g:acp_enableAtStartup = 0 392 let g:acp_enableAtStartup = 0
386 393
387 " Use neocomplcache. 394 " Use neocomplcache.

mercurial