From dba5471867a3bdfb2de2d7527994fd7f78c60392 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Mon, 2 May 2016 15:26:44 -0700 Subject: ag --no-color is no more --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c743312..fb3a69e 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,9 @@ nnoremap s :call FzyCommand("find -type f", ":sp") 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 e :call FzyCommand("ag . --no-color -l -g ''", ":e") -nnoremap v :call FzyCommand("ag . --no-color -l -g ''", ":vs") -nnoremap s :call FzyCommand("ag . --no-color -l -g ''", ":sp") +nnoremap e :call FzyCommand("ag . -l -g ''", ":e") +nnoremap v :call FzyCommand("ag . -l -g ''", ":vs") +nnoremap s :call FzyCommand("ag . -l -g ''", ":sp") ``` ## Sorting -- cgit v1.2.3