From 9ce43d46f60cf381d03c82d31043d4bcde03532a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 23 Jun 2014 23:29:06 +0900 Subject: [PATCH] Guide on running fzf with MacVim and iTerm2 (#65) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cce7200..10334f8 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