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

Do you already have something in super emacs about fast finding of the files I visit often and such? #13

Open
ericllazarus opened this issue Nov 2, 2021 · 1 comment
Assignees
Labels

Comments

@ericllazarus
Copy link

https://stackoverflow.com/questions/19283368/how-can-i-open-quickly-a-file-in-emacs

I spend too much time looking for which repo and which file I want to edit next.

@myTerminal
Copy link
Owner

Sorry for the late response. counsel-projectile should be the one that you're looking for. This line defines the projectile prefix to be "C-c C-p", so for example, if you intend to open a file from the project you're currently in, you just need to hit "C-c C-p f" and you'll be presented with an autocomplete list of files in the current project using the ivy completion interface.

@myTerminal myTerminal self-assigned this Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants