diff --git a/On MacVim with iTerm2.md b/On-MacVim-with-iTerm2.md similarity index 94% rename from On MacVim with iTerm2.md rename to On-MacVim-with-iTerm2.md index 09735d1..24f6571 100644 --- a/On MacVim with iTerm2.md +++ b/On-MacVim-with-iTerm2.md @@ -1,3 +1,5 @@ +(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" ```bash