.vimrc

changeset 204
f6a2f233a33b
parent 203
f95de43bb256
child 205
71ae71f96ad7
equal deleted inserted replaced
203:f95de43bb256 204:f6a2f233a33b
147 nmap <C-k> <C-w>k 147 nmap <C-k> <C-w>k
148 nmap <C-l> <C-w>l 148 nmap <C-l> <C-w>l
149 149
150 " clear all interestingwords with \\k since \K is ri.vim 150 " clear all interestingwords with \\k since \K is ri.vim
151 nnoremap <silent> <leader><leader>k :call UncolorAllWords()<CR> 151 nnoremap <silent> <leader><leader>k :call UncolorAllWords()<CR>
152
153 nnoremap <silent> <leader>gt :SignifyToggle<CR>
152 "}}} 154 "}}}
153 155
154 156
155 " General settings {{{ 157 " General settings {{{
156 syntax on 158 syntax on
376 378
377 ">> Signify 379 ">> Signify
378 let g:signify_disable_by_default = 1 380 let g:signify_disable_by_default = 1
379 let g:signify_vcs_list = [ 'git', 'hg' ] 381 let g:signify_vcs_list = [ 'git', 'hg' ]
380 382
381 let g:signify_mapping_next_hunk = '<leader>gj'
382 let g:signify_mapping_prev_hunk = '<leader>gk'
383 let g:signify_mapping_toggle = '<leader>gt'
384
385 383
386 ">> interestingwords 384 ">> interestingwords
387 " These are jellybeans colors and some complements 385 " These are jellybeans colors and some complements
388 let g:interestingWordsGUIColors = ['#C4A258', '#D8AD4C', '#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C'] 386 let g:interestingWordsGUIColors = ['#C4A258', '#D8AD4C', '#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C']
389 let g:interestingWordsRandomiseColors = 1 387 let g:interestingWordsRandomiseColors = 1

mercurial