dotfiles/fish/.config/fish/functions/rgf.fish
2022-03-28 17:10:31 +05:30

4 lines
102 B
Fish

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