summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-29 03:00:32 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-29 03:00:32 +0900
commite865144aced734a942fd6876fe0c8402be214659 (patch)
tree2e4ff2f4f3a25abe2cc80be325c6fe40f1c2a6e3 /README.md
parent2a167aa030b244060fc479d2b88fdb9b9171d026 (diff)
[vim] Implement ctrlp-compatible key bindings (#139, #96, #61)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cb18e4c5..55a5ea4c 100644
--- a/README.md
+++ b/README.md
@@ -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.