From cf3145a7d936c5124416d966eec8145d65934e6d Mon Sep 17 00:00:00 2001 From: evansimmons-ck Date: Fri, 27 Jun 2014 09:57:05 -0700 Subject: [PATCH] Created Some fzf extras do not work in osx (markdown) --- Some-fzf-extras-do-not-work-in-osx.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Some-fzf-extras-do-not-work-in-osx.md 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