NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Perl specific remapping (Score:1)
If filetype plugin is turned on this also works:
autocmd FileType perl :noremap K :!perldoc <cword> <bar><bar> perldoc -f <cword><cr>
And then K should still work as it did before when working with non-perl sources
Re:Perl specific remapping (Score:2)
Nice point! I do have the filetype plugin enabled. Thanks :)
Reply to This
Parent