dotfiles/config/fish/functions/man.fish

3 lines
58 B
Fish

function man
nvim -c "Man $argv" -c 'silent only'
end