diff options
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 |