mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 16:45:38 -05:00
Updated Examples (vim) (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user