diff --git a/Examples-(vim).md b/Examples-(vim).md index a7e11e1..1a595f7 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -83,7 +83,7 @@ The following table shows the available options. ### Using `fzf#wrap()` function `:FZF` command provided by default knows how to handle `CTRL-T`, `CTRL-X`, and -`CTRL-V` and opens the selected files in a new tab, in a horizontal split, or +`CTRL-V` and opens the selected file in a new tab, in a horizontal split, or in a vertical split respectively. And these key bindings can be configured via `g:plug_action`. This is implemented using `--expect` option of fzf and the smart sink function. It also understands `g:fzf_layout` and