# FlyGrep.vim > Asynchronously fly grep in vim This plugin is automatically detach from [SpaceVim](https://github.com/SpaceVim/SpaceVim/). you can use it without SpaceVim. ![searching project](https://user-images.githubusercontent.com/13142418/35278709-7856ed62-0010-11e8-8b1e-e6cc6374b0dc.gif) ## Install for dein.vim ```vim call dein#add('wsdjeg/FlyGrep.vim') ``` for vim-plug ```vim Plug 'wsdjeg/FlyGrep.vim' ``` ## usage ``` :FlyGrep ``` you also can define custom mapping, for example: ```vim nnoremap s/ :FlyGrep ``` Key Binding | Description -----------| ----------- `SPC s /` | Searching in project on the fly with default tools key binding in FlyGrep buffer: Key Binding | Description -----------| ----------- `` | close FlyGrep buffer `` | close FlyGrep buffer `` | open file at the cursor line `` | move cursor line down `` | move cursor line down `` | move cursor line up `` | move cursor line up `` | remove last character `` | remove the Word before the cursor `` | remove the Line before the cursor `` | remove the Line after the cursor ``/`` | Go to the beginning of the line ``/`` | Go to the end of the line