dotfiles/fish/.config/fish/functions/rgf.fish

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
104 B
Fish
Raw Permalink Normal View History

function rgf --description 'Search within a file with ripgrep'
rg --color never $argv | nvim -R
end