Man in vim - without plugins.

This commit is contained in:
Bartek Stalewski 2021-09-30 21:43:15 +02:00
parent 1e8fec86c2
commit ff509f53e0

2
_scripts/viman Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
vim -R -c 'set ft=man nomod nonumber nomagic' "${*}"