-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Implement C(-S)-tab buffer switch in Helm layer #14328
Implement C(-S)-tab buffer switch in Helm layer #14328
Conversation
Equivalent to PR syl20bnr#14287 for ivy-layer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, thanks for adding this to helm too :)
No problem. Personally I prefer to bind this functionality to For
Maybe we could add these bindings to Spacemacs too, if you think that would be nice then let me know. |
Bindings with
A possible solution is to add a layer variable to
The motivation for setting such variable to non-nil is that:
|
@lebensterben Well it is not about expectation (although that is why I implemented the C-tab). It is about offering and suggesting to users the most convenient workflow. I think there is no need to not improve things because of conventions/expectations (although it is important to consider such improvements carefully). Well, otherwise users can find the suggestion here anyway. EDIT |
These bindings overlap with my new style of recent buffer cycling. See [here](syl20bnr/spacemacs#14328 (comment)).
Equivalent to PR #14287 for ivy-layer