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

4 lines
104 B
Fish
Raw Normal View History

function rgf --description 'Search within a file with ripgrep'
2022-04-12 14:11:50 +02:00
rg --color never $argv | nvim -R
end