From 6a9a953eefd1c3cc955265fb7fad30d5e4df9474 Mon Sep 17 00:00:00 2001 From: Ben Atkin Date: Wed, 2 Aug 2017 12:10:37 -0700 Subject: [PATCH] add general vimscript instructions to top --- On-MacVim-with-iTerm2.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/On-MacVim-with-iTerm2.md b/On-MacVim-with-iTerm2.md index afe5682..babed7e 100644 --- a/On-MacVim-with-iTerm2.md +++ b/On-MacVim-with-iTerm2.md @@ -1,3 +1,5 @@ +To open fzf from MacVim in a new iTerm2 window, create an executable script with the following content and add let g:fzf_launcher = "PATH_TO_THE_SCRIPT_FILE %s" to your Vim configuration. + # For iTerm2 version 3.0 and higher (Added by @amacdougall)