summaryrefslogtreecommitdiff
path: root/plug-config/quickscope.vim
blob: c391f09986d01bc8b0e24763ead2ae182af1ef5c (plain)
1
2
3
4
5
6
" Trigger a highlight in the appropriate direction when pressing these keys:
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']

highlight QuickScopePrimary guifg='#00C7DF' gui=underline ctermfg=155 cterm=underline
highlight QuickScopeSecondary guifg='#5fffff' gui=underline ctermfg=81 cterm=underline
let g:qs_max_chars=150