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

Adding a listing to see sessions or 3 last used files? #72

Open
thepenguinthatwants opened this issue Dec 20, 2021 · 2 comments
Open

Adding a listing to see sessions or 3 last used files? #72

thepenguinthatwants opened this issue Dec 20, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@thepenguinthatwants
Copy link

Also recent used sessions or seeing 3 final files that has being used could be cool.
Is this possible with alpha?

Like

g.startify_custom_indices = {'a', 's', 'd', 'f', 'g', 'h', 'i'}
g.startify_bookmarks
g.startify_session_dir = '~/.config/nvim/session'

I've actually gotten attached to use dashboard view, but some tools from startify has being itching to get.

@goolord
Copy link
Owner

goolord commented Dec 21, 2021

yeah, the startify theme actually exports the 'mru' buttons that you're describing

https://github.com/goolord/alpha-nvim/blob/main/lua/alpha/themes/startify.lua#L241

you might have to write a little code to make it look how you want

sessions support is a WIP

@rockyzhang24
Copy link

rockyzhang24 commented Apr 26, 2022

At least it would be enough to have a list showing all sessions and select one of them to load a session. Then it will be a company with other session management plugin. That is, use the session management plugin to save, load and delete sessions and use this plugin to display available sessions. Thanks.

@goolord goolord added the enhancement New feature or request label Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants