Command-line options for HH and opening CHM Windows Help Files
Posted
by
Jeromy Anglim
on Stack Overflow
See other posts from Stack Overflow
or by Jeromy Anglim
Published on 2011-02-12T07:16:09Z
Indexed on
2011/02/12
15:25 UTC
Read the original article
Hit count: 441
I'd like to be able to write Inquisit scripts in Vim. In the standard Inquisit application for writing scripts, I can press F1 and it brings up help on the topic related to the word under the cursor. I'd like to set up the same functionality through Vim.
The help file for Inquisit is stored in a Windows .CHM file.
I figured there must be a set of command-line options for doing a keyword search in a chm file, but I haven't been able to find a complete list of the command-line options, presumably for HH.exe.
- I did find this page with a few pointers, but it does not have a full listing of command-line options.
- I also found this discussion on AutoHotKey discussion board. It mentions keyhh.
- I also just found a vimscript designed to do exactly what I want
Questions:
- Is there a complete list of command-line options for HH.exe?
- Is there a better way of going about what I am trying to do?
© Stack Overflow or respective owner