Replies: 1 comment
-
After some messing about, I got the following, which seems to fit the ticket (not much tested yet):
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had an idea for an alternative
consult-buffer
I thought of. As a oneliner:consult-buffer
grouped by project.Rationale:
I use
project-find-file
(vertico enhanced) all day, but never got used toproject-switch-to-buffer
(or the project prefix inconsult-buffer
), so having the current projects files as the first group would be nice.Secondly, I often find myself juggling multiple projects, often with similarly named files, so having the group header identify the project of each buffer when narrowing would be a major plus.
Thirdly, if the project group ordering follows the "recently visited" ordering of the buffers, the "open the last buffer I touched in the previous project" becomes the no-brainer
C-x b C-<down> RET
, which is also nice.It would seem to be technically viable, as
ibuffer
does this kind of grouping. Though i suspect it's a challenge to combine it with the hidden/modified filters.Anyone else think this could be nice?
Beta Was this translation helpful? Give feedback.
All reactions