diff --git a/docs/documentation.md b/docs/documentation.md index b41cbdd09..80a2ae2fe 100644 --- a/docs/documentation.md +++ b/docs/documentation.md @@ -1795,6 +1795,17 @@ This option maybe removed when `flygrep.nvim` development is done. flygrep_next_version = true ``` +When this option is `true`, only `SPC s /` will be mapped to `:FlyGrep` command from `flygrep.nvim`. And the key binding in `flygrep.nvim` window is: + +| Key bindings | descretion | +| ------------ | ---------------------------------- | +| `` | open cursor item | +| `` | next item | +| `` | previous item | +| `` | open item in split window | +| `` | open item in vertical split window | +| `` | open item in new tabpage | + #### Persistent highlighting SpaceVim uses `search_highlight_persist` to keep the searched expression highlighted until the next search.