-
-
Notifications
You must be signed in to change notification settings - Fork 220
Add recent file history #1463
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 recent file history #1463
Conversation
nice addition : ) maybe a history of 10 by default is small? But I didn't try, usage will tell. |
Maybe. I started at 20 and tried some values, at the end I think it should probably just fit without scrolling by default, I don't think most using the feature are gonna try finding a file they accessed >20 opens ago probably. |
It's great! |
I think it would be good to integrate this with find-file (like readline's isearch or modern editors). |
I was really missing this from Emacs. Thanks. |
I'm working on a dashboard similar to emacs-dashboard and I needed some form of recent file history. This PR:
limit
tohistory
find-file-history
command that displays the last 10 accessed filesC-x C-h