blob: 934166b6d3c777514b42f0dfd7b090f4c09d9351 (
plain)
1
2
3
4
5
6
7
|
" Trigger a highlight in the appropriate direction when pressing these keys:
" ; repeat forward , repeat backwards
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
highlight QuickScopePrimary guifg='#00C7DF' gui=underline ctermfg=155 cterm=underline
highlight QuickScopeSecondary guifg='#afff5f' gui=underline ctermfg=81 cterm=underline
let g:qs_max_chars=150
|