Vim man script

This commit is contained in:
2019-05-18 00:27:08 -04:00
parent 9e70b84b62
commit a4d40fcebf
10 changed files with 28 additions and 19 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
man_choice=$(apropos . | awk '{ print $1 }' | dmenu -i)
nvim -c ":Man $man_choice" -c "resize 100"