AstroNvim / astrocommunity

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

feat(terminal-integration): add `toggleterm-manager.nvim` #959

Closed LumenYoung closed 1 month ago

LumenYoung commented 1 month ago

📑 Description

Create a config for the toggleterm manager plugin, which uses telescope to give you clear overview on the toggleterm buffers you opened.

ℹ Additional Information

I've added addtional keymaps in the telescope interface to make it easy to use. Also I mapped <Leader>ts to this plugin.

github-actions[bot] commented 1 month ago

Review Checklist

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

Proper conventional commit scoping:

LumenYoung commented 1 month ago

Thanks!