sudo apt-get install glibc-doc
sudo apt-get install manpages-dev
Then, we can use 'K' in vim to query the document. It needs a little configuration.
- At first, add following configuration to .vimrc
- Secondly, create a script named "manall"
set keywordprg=manall
#!/bin/sh
man -a $1

0 comments:
Post a Comment