mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 15:23:48 -05:00
Updated On MacVim with iTerm2 (markdown)
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(Originally posted by @gleachkr)
|
(Originally posted by @gleachkr)
|
||||||
|
|
||||||
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"`
|
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.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|||||||
Reference in New Issue
Block a user