-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add helm-find binding #3114
Add helm-find binding #3114
Conversation
👍 |
👍 |
Yes that would be nice. I can put it together |
Added note to windows users |
I was the one who suggested find literally, it's extremely useful to get around emacs' slow long line rendering for really big files, but it is niche enough to move I guess. "f C-l" or "F l" come to mind, any better options? |
@sooheon This is a different approach, but wouldn't it makes sense to add a helm action for |
@justbur that way does seem more elegant :) |
@sooheon try this (helm-add-action-to-source "Find File Literally" 'find-file-literally helm-source-find-files 2) |
@justbur yep thanks. And if anyone reading uses swiper/ivy, the following is the equivalent:
|
Replaces `SPC f l` for `find-file-literally` Also, add note for windows users about find and locate
Great. Added the helm action to this pr |
To make up for removing it from the `SPC f l` binding in the previous commit.
My proposal for #3108
Replaces
SPC f l
forfind-file-literally
. If that's a useful binding then maybe we can move this. I likefl
for find "locally" andfL
for find "globally" on the system.