Skip to content

Commit

Permalink
Merge pull request #702 from yutakatay/v20.40
Browse files Browse the repository at this point in the history
Fix moving too slow
  • Loading branch information
Yuta Katayama authored May 26, 2019
2 parents 5e15548 + a1de96b commit a4fca84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vim/rc/pluginconfig.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,8 @@ if s:plug.is_installed('quick-scope')
nmap <leader>qs <plug>(QuickScopeToggle)
xmap <leader>qs <plug>(QuickScopeToggle)
let g:qs_max_chars = 100
let g:qs_lazy_highlight = 1
set updatetime=100
highlight QuickScopePrimary guifg='#afff5f' gui=underline ctermfg=155 cterm=underline
highlight QuickScopeSecondary guifg='#5fffff' gui=underline ctermfg=81 cterm=underline
augroup MyQuickScope
Expand Down

0 comments on commit a4fca84

Please sign in to comment.