Tuned vim-illuminate highlighting

main
Michael Mandl 2019-11-29 15:06:19 +01:00
parent 31e9f7e11b
commit 1efe1038e3
1 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,9 @@ let g:prosession_per_branch = 1
nnoremap <C-P> :Files<CR>
nnoremap <C-F> :Rg \b<C-R><C-W>\b<CR>
" vim-illuminate
highlight illuminatedWord ctermbg=23
" split-open
let g:splitopen_set_fzf_keys = 1
nnoremap <C-S> :Split<CR>