summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2014-06-23 23:29:06 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2014-06-23 23:30:00 +0900
commit9ce43d46f60cf381d03c82d31043d4bcde03532a (patch)
tree41080b97b54febb6c1ba2b2f4e048a60bc461737 /README.md
parentde0965619716d7222ee0ff17cf8ef1a37f2fd861 (diff)
Guide on running fzf with MacVim and iTerm2 (#65)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index cce72008..10334f8d 100644
--- a/README.md
+++ b/README.md
@@ -322,6 +322,11 @@ let g:fzf_launcher = 'xterm -e bash -ic %s'
let g:fzf_launcher = 'urxvt -geometry 120x30 -e sh -c %s'
```
+If you're running MacVim on OSX, I recommend you to use iTerm2 as the launcher.
+Refer to the [this wiki
+page](https://github.com/junegunn/fzf/wiki/fzf-with-MacVim-and-iTerm2) to see
+how to set up.
+
### `fzf#run([options])`
For more advanced uses, you can call `fzf#run()` function which returns the list