This packages introduces a command, helm-pages
, that displays the first lines of pages in the current buffer using Helm.
Install the package from MELPA. See the Emacs Wiki for instructions on using MELPA.
Bind the helm-pages
command to a key sequence, e.g.
(global-set-key (kbd "M-p") #'helm-pages)
Or, invoke it manually using M-x helm-pages
.