summaryrefslogtreecommitdiff
path: root/viman
blob: 3d300693c90c4c0bd6a8d8a8170ec95fd0219802 (plain) (blame)
1
2
3
4
5
#!/usr/bin/env bash
# Run man page in vim
# https://github.com/vim-utils/vim-man

vim -c "Man $1 $2" -c 'silent only'