diff options
author | Chris <[email protected]> | 2020-05-04 01:10:29 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-04 01:10:29 -0400 |
commit | fbb2dc9b313771d346f71cf033a36bedfb35e907 (patch) | |
tree | e2ab73bc38e669f52f97913b93ae24ccc901925d /plug-config/quickscope.vim | |
parent | 926819bc6a156bc909af67d354142fa8e727ea9a (diff) |
updates for rnvimr and quickscope
Diffstat (limited to 'plug-config/quickscope.vim')
-rw-r--r-- | plug-config/quickscope.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plug-config/quickscope.vim b/plug-config/quickscope.vim index 9e2ce2b1..c391f099 100644 --- a/plug-config/quickscope.vim +++ b/plug-config/quickscope.vim @@ -1,2 +1,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 |