diff options
author | Chris <[email protected]> | 2020-05-05 21:22:29 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-05 21:22:29 -0400 |
commit | fbeea2c856bcf70d8544bf8fe75bd60c9e6edc45 (patch) | |
tree | bac2ab695ec16d1a67469c2e910c191946fdb12f /plug-config | |
parent | 67cf58677f3b7c1846b9b248c65a87e414c7e13c (diff) |
testing eleline
Diffstat (limited to 'plug-config')
-rw-r--r-- | plug-config/sneak.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plug-config/sneak.vim b/plug-config/sneak.vim index e6d92936..29b57834 100644 --- a/plug-config/sneak.vim +++ b/plug-config/sneak.vim @@ -14,8 +14,7 @@ map gs <Plug>Sneak_; highlight Sneak guifg=black guibg=#00C7DF ctermfg=black ctermbg=cyan highlight SneakScope guifg=red guibg=yellow ctermfg=red ctermbg=yellow -" Cool prompts -" let g:sneak#prompt = '🕵' +" Cool prompt let g:sneak#prompt = '🔎' " I like quickscope better for this since it keeps me in the scope of a single line |