Closed kidd closed 8 years ago
also, there's :persistent-action which can somehow help showing help without quitting helm.
This seems to work a bit better (using eww) although it doesn't get triggered when navigating with arrow keys...
(defun my-autoupdater ()
(interactive)
(if (helm-get-selection)
(progn
(helm-dash-browse-url (helm-get-selection))
(select-window (active-minibuffer-window)))))
(add-to-list 'helm-after-update-hook 'my-thing)
I just discovered that c-c c-f runs the persistent-action on every change, so that's it :)
This works kinda ok, but it's super slow. makes everything sluggish.
We should investigate on that, There's also helm-idle-delay worth investigating