Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use Helm's default persistent-action behavior? #133

Open
jclosure opened this issue Jan 11, 2020 · 0 comments
Open

How to use Helm's default persistent-action behavior? #133

jclosure opened this issue Jan 11, 2020 · 0 comments

Comments

@jclosure
Copy link

jclosure commented Jan 11, 2020

In helm-map, I have

    (define-key helm-map (kbd "TAB") #'helm-execute-persistent-action)

helm-projectile implements a custom action helm-projectile-file-persistent-action that
defaults to a preview. Can you provide some advice on how to get the default helm-find-files-persistent-action-if behavior in helm-projectile-find-file-dwim? I tried to swap out the peristent-action, but it's not directly compatible. Seems like we'd need to expand the candidate and insert it into
minibuffer. I'm an elisp noob, so hoping you can point me in the right direction. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant