AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.04k stars 212 forks source link

fix(bufferline-nvim): add back bufferline leader bindings #1041

Closed acarl005 closed 2 weeks ago

acarl005 commented 2 weeks ago

📑 Description

Since this import uses astrocommunity.recipes.disable-tabline, it disables all the <leader>b bindings too. This PR adds back the bufferline equivalents of those bindings.

Basically a continuation of #1009.

NOTE: I wasn't able to easily find an equivalent of <leader>bC to close all buffers.

ℹ Additional Information

This takes all the default bindings from the docs with the exception of <leader>bC.

github-actions[bot] commented 2 weeks ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping: