Tuned vim-illuminate highlighting
This commit is contained in:
parent
31e9f7e11b
commit
1efe1038e3
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ let g:prosession_per_branch = 1
|
||||||
nnoremap <C-P> :Files<CR>
|
nnoremap <C-P> :Files<CR>
|
||||||
nnoremap <C-F> :Rg \b<C-R><C-W>\b<CR>
|
nnoremap <C-F> :Rg \b<C-R><C-W>\b<CR>
|
||||||
|
|
||||||
|
" vim-illuminate
|
||||||
|
highlight illuminatedWord ctermbg=23
|
||||||
|
|
||||||
" split-open
|
" split-open
|
||||||
let g:splitopen_set_fzf_keys = 1
|
let g:splitopen_set_fzf_keys = 1
|
||||||
nnoremap <C-S> :Split<CR>
|
nnoremap <C-S> :Split<CR>
|
||||||
|
|
Loading…
Reference in a new issue