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

Bind more functions in helm-generic-files-map #1950

Closed
Ambrevar opened this issue Jan 19, 2018 · 2 comments
Closed

Bind more functions in helm-generic-files-map #1950

Ambrevar opened this issue Jan 19, 2018 · 2 comments

Comments

@Ambrevar
Copy link
Member

helm-find-files-map has "C-c r" bound to helm-find-file-as-root.
I grew used to it, and now I realize it's missing from helm-locate and all other sources using helm-generic-files-map.

I guess it would cost nothing to add it, for the sake of consistency.
There might be other missing bindings.

@thierryvolpiatto
Copy link
Member

thierryvolpiatto commented Jan 19, 2018 via email

@Ambrevar
Copy link
Member Author

I ran through all the actions in helm-type-file-actions and it looks like "C-c r" was the only one missing.

We could also add some actions. I'm not sure if they all apply to the generic map however:

  • helm-ff-run-browse-project
  • helm-ff-run-grep-ag
  • helm-ff-run-git-grep
  • helm-ff-run-kill-buffer-persistent
  • helm-ff-persistent-delete
  • helm-ff-run-switch-to-eshell (I'd really love this one: if the marked item is a file, switch to the parent folder).
  • helm-ff-run-complete-fn-at-point
  • helm-ff-run-eshell-command-on-file
  • helm-ff-run-query-replace-on-marked
  • helm-ff-run-query-replace
  • helm-ff-run-query-replace-regexp
  • helm-ff-run-mail-attach-files
  • helm-ff-run-print-file

thierryvolpiatto pushed a commit that referenced this issue Jan 19, 2018
* helm-locate.el (helm-generic-files-map): Do it.
@thierryvolpiatto thierryvolpiatto changed the title Bind find-file-as-root to "C-c r" in helm-generic-files-map Bind more functions in helm-generic-files-map Mar 1, 2018
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

2 participants