dotfiles/config/fish/functions/man.fish

4 lines
58 B
Fish
Raw Normal View History

2018-06-09 22:17:36 +00:00
function man
nvim -c "Man $argv" -c 'silent only'
end