From 2485ca83baa9eadf73036278ef80579d845e0417 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 31 Jan 2017 17:49:08 +0900 Subject: [PATCH] Updated On MacVim with iTerm2 (markdown) --- On-MacVim-with-iTerm2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/On-MacVim-with-iTerm2.md b/On-MacVim-with-iTerm2.md index 1bd0815..cebbdbf 100644 --- a/On-MacVim-with-iTerm2.md +++ b/On-MacVim-with-iTerm2.md @@ -2,7 +2,7 @@ (Originally posted by @gleachkr) -To open fzf from MacVim in a new iTerm2 window, it should work to make the following script executable somewhere in your Vim's PATH (with the title, for example, "In_a_new_term_function") and to let g:fzf_launcher = "In_a_new_term_function %s" +To open fzf from MacVim in a new iTerm2 window, create an executable script with the following content and `let g:fzf_launcher = "PATH_TO_THE_SCRIPT_FILE %s"` ```bash #!/bin/bash