Open
Description
When killing a buffer from counsel-projectile-switch-to-buffer
it returns to the switch-to-buffer
, showing all buffers instead of filtering only the ones related to the project.
Steps to reproduce:
- Use counsel-projectile-switch-to-buffer to list only buffers of the project
- Kill a buffer using
C-c C-k
Expected:
It should return to the counsel-projectile-switch-to-buffer, with buffers only related to the project.
Actual result:
It returns to the switch-to-buffer
, showing all buffers instead of filtering only the project ones.
Also, any way to make it kill the buffers with C-k
like switch-to-buffer
behavior?
Metadata
Metadata
Assignees
Labels
No labels