" help.vim (Vim mode-support auto-parse file) -- extra stuff for help windows " bind Ctrl-A / X to find the next/previous tag (these are surrounded by bar characters in help files) nmap :call search('\|[^ .)]', "b") nmap :call search('\|[^ .)]', "") " remap the section start/end commands to look for the line of equals signs between help file sections nmap [[ :call search('^====', "b") nmap ]] :call search('^====', "")