1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
SpaceVim/bundle/FlyGrep/doc/FlyGrep.txt
wsdjeg 138a8e150a fix(flygrep): fix stylized of flygrep doc
merge: https://github.com/SpaceVim/SpaceVim/pull/4880

Co-authored-by: blankname <blankname@users.noreply.github.com>
2023-06-27 01:35:18 +08:00

37 lines
1.4 KiB
Plaintext

*FlyGrep.txt* Fly grep in vim
Wang Shidong *flygrep* *FlyGrep*
==============================================================================
CONTENTS *FlyGrep-contents*
1. Introduction..............................................|FlyGrep-intro|
2. CONFIGURATION............................................|FlyGrep-config|
==============================================================================
INTRODUCTION *FlyGrep-intro*
Fly grep in vim, written in pure vim script for MacVim, gvim and vim version
8.0+.
==============================================================================
CONFIGURATION *FlyGrep-config*
FlyGrep has strong default options, but you can also change the option
yourself.
*g:FlyGrep_input_delay*
FlyGrep will start to searching code after a delay, the default value is
500ms.
*g:FlyGrep_search_tools*
A list of searching tools will be userd.
*g:FlyGrep_enable_statusline*
Enable FlyGrep statusline
*g:spacevim_commandline_prompt*
Set FlyGrep default command prompt
vim:tw=78:ts=8:ft=help:norl: