diff options
author | Chris <[email protected]> | 2020-05-04 21:28:46 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-04 21:28:46 -0400 |
commit | 67cf58677f3b7c1846b9b248c65a87e414c7e13c (patch) | |
tree | 6679fbb66a50d5aa1aa10806f7e4dee44a3a4a39 /plug-config/quickscope.vim | |
parent | fbb2dc9b313771d346f71cf033a36bedfb35e907 (diff) |
sneak and quickscope updates
Diffstat (limited to 'plug-config/quickscope.vim')
-rw-r--r-- | plug-config/quickscope.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plug-config/quickscope.vim b/plug-config/quickscope.vim index c391f099..934166b6 100644 --- a/plug-config/quickscope.vim +++ b/plug-config/quickscope.vim @@ -1,6 +1,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='#5fffff' gui=underline ctermfg=81 cterm=underline +highlight QuickScopeSecondary guifg='#afff5f' gui=underline ctermfg=81 cterm=underline let g:qs_max_chars=150 |