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

C-c C-k in counsel-projectile-switch-to-buffer returns to switch-to-buffer instead of going back counsel-projectile-switch-to-buffer #184

Open
jjnilton opened this issue Apr 20, 2022 · 0 comments

Comments

@jjnilton
Copy link

jjnilton commented Apr 20, 2022

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:

  1. Use counsel-projectile-switch-to-buffer to list only buffers of the project
  2. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant