Skip to content

Commit

Permalink
fzf-grep ingore case
Browse files Browse the repository at this point in the history
  • Loading branch information
dej4vu committed Jul 31, 2024
1 parent 0f1d20d commit bfd6544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
;; command used for `fzf-grep-*` functions
;; example usage for ripgrep:
;; fzf/grep-command "rg --no-heading -nH"
fzf/grep-command "grep -nrH"
fzf/grep-command "grep -inrH"
;; If nil, the fzf buffer will appear at the top of the window
fzf/position-bottom t
fzf/window-height 15))
Expand Down

0 comments on commit bfd6544

Please sign in to comment.