| 1234567 | 
							- " 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
 
 
  |