diff --git a/Some-fzf-extras-do-not-work-in-osx.md b/Some-fzf-extras-do-not-work-in-osx.md new file mode 100644 index 0000000..a3c4ffe --- /dev/null +++ b/Some-fzf-extras-do-not-work-in-osx.md @@ -0,0 +1,11 @@ +The problem is that mac ships with BSD cli tools. The fix is: +``` +> brew install findutils +> vim ~/.fzf.zsh +``` +Then: +``` +:%s/find\ /gfind\ /g +``` + +Job Done. \ No newline at end of file