From 3f9b81de2e64dc29be51698d617fda8b7d960e55 Mon Sep 17 00:00:00 2001 From: Ben Atkin Date: Wed, 2 Aug 2017 13:19:35 -0700 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 5403f8c..3f53902 100644 --- a/On-MacVim-with-iTerm2.md +++ b/On-MacVim-with-iTerm2.md @@ -1,4 +1,4 @@ -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. +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