m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

[vim] Implement ctrlp-compatible key bindings (#139, #96, #61)

This commit is contained in:
Junegunn Choi
2015-03-29 03:00:32 +09:00
parent 2a167aa030
commit e865144ace
2 changed files with 28 additions and 2 deletions

View File

@@ -275,6 +275,10 @@ If you have set up fzf for Vim, `:FZF` command will be added.
:FZF --no-sort -m /tmp
```
Similarly to [ctrlp.vim](https://github.com/kien/ctrlp.vim), use enter key,
`CTRL-T`, `CTRL-X` or `CTRL-V` to open selected files in the current window,
in new tabs, in horizontal splits, or in vertical splits respectively.
Note that the environment variables `FZF_DEFAULT_COMMAND` and `FZF_DEFAULT_OPTS`
also apply here.