From 120cc0aaddf02c77dcdfadcc2ef8deebcecdf439 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 15 Apr 2015 22:52:15 +0900 Subject: [PATCH] [vim] README: Pointer to the wiki page --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3337093a..9645a8ad 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,10 @@ Similarly to [ctrlp.vim](https://github.com/kien/ctrlp.vim), use enter key, 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. +`FZF_DEFAULT_OPTS` also apply here. Refer to [the wiki page][vim-examples] for +customization. + +[vim-examples]: https://github.com/junegunn/fzf/wiki/Examples-(vim) #### `fzf#run([options])`