This commit is contained in:
GasparVardanyan 2023-08-20 08:03:51 +04:00
parent e0a877524f
commit 37b8af4c11

View file

@ -1,3 +1,5 @@
#!/bin/sh
printf '\33]2;%s\007' "$(echo nman $@)"
nvim -c "Man $(echo $@)" -c "only" -c "set ft=man"