m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 00:53:42 -05:00

Updated Examples (vim) (markdown)

Junegunn Choi
2016-08-25 02:17:15 +09:00
parent 513cf59a05
commit ab517af669

@@ -83,7 +83,7 @@ The following table shows the available options.
### Using `fzf#wrap()` function ### Using `fzf#wrap()` function
`:FZF` command provided by default knows how to handle `CTRL-T`, `CTRL-X`, and `: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 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 `g:plug_action`. This is implemented using `--expect` option of fzf and
the smart sink function. It also understands `g:fzf_layout` and the smart sink function. It also understands `g:fzf_layout` and