You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it could be useful to have an interactive function called ivy-update-view that when invoked allow you to select one of your existing
views (ideally with the last view that user switched to in the top) and do the
equivalent of a ivy-push-view.
For me, for instance, it could replace the need for a "workspace manager" (like
eyebrowse). I never used any of those for more than a few hours (as they
involve too many new keybindings and/or are too opinionated), but I really like
the "ivy views" and a single keybinding could be enough for me to jump into the
idea of those.
(I would even configure projectile-switch-project-action to look for an ivy
view and switch to it if exists (else do magit-status or projectile-dired
depending on other things)
The text was updated successfully, but these errors were encountered:
I think it could be useful to have an interactive function called
ivy-update-view
that when invoked allow you to select one of your existingviews (ideally with the last view that user switched to in the top) and do the
equivalent of a
ivy-push-view
.For me, for instance, it could replace the need for a "workspace manager" (like
eyebrowse). I never used any of those for more than a few hours (as they
involve too many new keybindings and/or are too opinionated), but I really like
the "ivy views" and a single keybinding could be enough for me to jump into the
idea of those.
(I would even configure
projectile-switch-project-action
to look for an ivyview and switch to it if exists (else do
magit-status
orprojectile-dired
depending on other things)
The text was updated successfully, but these errors were encountered: