1
Finding man pages from Neovim with Telescope and/or mini.pick
教你用Neovim的Telescope或mini.pick快速搜索man手册,提升终端查阅效率。
I use man pages all the time, but sometimes I do not know exactly what I want to open. printf is a good example. There is printf(1) for the shell comm…