fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit c08b67a93e170b4781fe46ce9d2ce71006d03b8b parent a43cb2b29215edfe9d5678496bc6c7be5a3ff9b6 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Sat, 27 May 2017 11:27:55 -0700 Merge pull request #43 from wfxr/patch-1 Improve README.md Diffstat:
| M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -90,9 +90,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 . -l -g ''", ":e")<cr> -nnoremap <leader>v :call FzyCommand("ag . -l -g ''", ":vs")<cr> -nnoremap <leader>s :call FzyCommand("ag . -l -g ''", ":sp")<cr> +nnoremap <leader>e :call FzyCommand("ag . --silent -l -g ''", ":e")<cr> +nnoremap <leader>v :call FzyCommand("ag . --silent -l -g ''", ":vs")<cr> +nnoremap <leader>s :call FzyCommand("ag . --silent -l -g ''", ":sp")<cr> ``` ## Sorting