fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit de342c2ef34b792828ddcfb1a673d512ee8ba3e9 parent ceec51c8654b29e7eaf2b262dcb1641f4936d4f0 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Mon, 2 May 2016 15:26:44 -0700 ag --no-color is no more Diffstat:
| M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -87,9 +87,9 @@ nnoremap <leader>s :call FzyCommand("find -type f", ":sp")<cr> Any program can be used to filter files presented through fzy. [ag (the silver searcher)](https://github.com/ggreer/the_silver_searcher) can be used to ignore files specified by `.gitignore`. ``` vim -nnoremap <leader>e :call FzyCommand("ag . --no-color -l -g ''", ":e")<cr> -nnoremap <leader>v :call FzyCommand("ag . --no-color -l -g ''", ":vs")<cr> -nnoremap <leader>s :call FzyCommand("ag . --no-color -l -g ''", ":sp")<cr> +nnoremap <leader>e :call FzyCommand("ag . -l -g ''", ":e")<cr> +nnoremap <leader>v :call FzyCommand("ag . -l -g ''", ":vs")<cr> +nnoremap <leader>s :call FzyCommand("ag . -l -g ''", ":sp")<cr> ``` ## Sorting