mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:40:06 +08:00
docs(searcher): add doc about SPC s j
This commit is contained in:
parent
85ef372fc3
commit
7f42c793dc
@ -1821,6 +1821,10 @@ endfunction
|
|||||||
" files in a given directory | f
|
" files in a given directory | f
|
||||||
" current project | p
|
" current project | p
|
||||||
" <
|
" <
|
||||||
|
" Instead of using flygrep to search text. SpaceVim also provides a general
|
||||||
|
" async searcher. The key binding is `SPC s j`, an input promote will be
|
||||||
|
" opened. After inserting text and press enter. searching results will be
|
||||||
|
" displayed in quickfix window.
|
||||||
|
|
||||||
""
|
""
|
||||||
" @section buffers-and-files, usage-buffers-and-files
|
" @section buffers-and-files, usage-buffers-and-files
|
||||||
|
@ -5547,6 +5547,10 @@ The available scopes and corresponding keys are:
|
|||||||
files in a given directory | f
|
files in a given directory | f
|
||||||
current project | p
|
current project | p
|
||||||
<
|
<
|
||||||
|
Instead of using flygrep to search text. SpaceVim also provides a general
|
||||||
|
async searcher. The key binding is `SPC s j`, an input promote will be opened.
|
||||||
|
After inserting text and press enter. searching results will be displayed in
|
||||||
|
quickfix window.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
TASKS *SpaceVim-usage-tasks*
|
TASKS *SpaceVim-usage-tasks*
|
||||||
|
Loading…
Reference in New Issue
Block a user