If you're primarily a Perl hacker and don't use C much, you might find it annoying when you hit 'K' in command mode. That's because VIM runs something like this:
nmap K :Map <cword><cr>Instead, add the following snippet to your .vimrc and when you type 'K' in command mode, it will call up the appropriate perldoc, if possible.
I really should have added that to Perl Hacks. Damn.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Integrating Perldoc With Vim
by runrig (Abbot) on Jan 23, 2008 at 18:34 UTC | |
|
Re: Integrating Perldoc With Vim
by shmem (Chancellor) on Jan 24, 2008 at 15:21 UTC | |
by nysus (Parson) on Dec 06, 2017 at 20:33 UTC | |
|
Re: Integrating Perldoc With Vim
by parv (Parson) on Jan 23, 2008 at 21:55 UTC | |
by parv (Parson) on Jan 24, 2008 at 07:41 UTC |