summaryrefslogtreecommitdiff
path: root/viman
diff options
context:
space:
mode:
Diffstat (limited to 'viman')
-rwxr-xr-xviman5
1 files changed, 5 insertions, 0 deletions
diff --git a/viman b/viman
new file mode 100755
index 0000000..3d30069
--- /dev/null
+++ b/viman
@@ -0,0 +1,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'