From: Tony Duckles Date: Sat, 17 Feb 2018 20:01:41 +0000 (-0600) Subject: .ackrc: Tweak colors, group by filename X-Git-Url: http://git.nynim.org/dotfiles.git/commitdiff_plain/b54c1599365e79c2bfad8aeddc74260c52446072?hp=87269b4973e5c71d3a7b3b9387a0e47e97da5e19 .ackrc: Tweak colors, group by filename --- diff --git a/.ackrc b/.ackrc index 77db1b1..b850e70 100644 --- a/.ackrc +++ b/.ackrc @@ -1,6 +1,6 @@ +# -------------------------------------------------------------------- # General Ack Settings -# #################################################################### - +# -------------------------------------------------------------------- # only search with case sensitivity if there is mixed case --smart-case # follow symlinks @@ -9,21 +9,23 @@ --sort-files # always color, even if piping to a another program --color -# no grouping ---noheading +# grouping +--heading --break # always use a PAGER --pager=less # always print filename prefix --with-filename +# -------------------------------------------------------------------- # Custom File-Types -# #################################################################### +# -------------------------------------------------------------------- --type-add=mumps:ext:m,ro,ROU,GLO --type-add=markdown:ext:md,mkd,markdown +# -------------------------------------------------------------------- # Colors -# #################################################################### ---color-filename=cyan ---color-lineno=yellow bold ---color-match=white on_green bold +# -------------------------------------------------------------------- +--color-filename=cyan underline +--color-lineno=yellow +--color-match=green bold