]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .ackrc
.vimrc: Use real tabs in gitconfig files
[dotfiles.git] / .ackrc
1 # --------------------------------------------------------------------
2 # General Ack Settings
3 # --------------------------------------------------------------------
4 # only search with case sensitivity if there is mixed case
5 --smart-case
6 # follow symlinks
7 --follow
8 # always sort the files
9 --sort-files
10 # always color, even if piping to a another program
11 --color
12 # grouping
13 --heading
14 --break
15 # always use a PAGER
16 --pager=less
17 # always print filename prefix
18 --with-filename
19
20 # --------------------------------------------------------------------
21 # Custom File-Types
22 # --------------------------------------------------------------------
23 --type-add=mumps:ext:m,ro,ROU,GLO
24 --type-add=markdown:ext:md,mkd,markdown
25
26 # --------------------------------------------------------------------
27 # Colors
28 # --------------------------------------------------------------------
29 --color-filename=cyan underline
30 --color-lineno=yellow
31 --color-match=green bold