-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
feat(terminal-integration): add toggleterm-manager.nvim
#959
Conversation
Review ChecklistDoes this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist: Proper conventional commit scoping:
|
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.
Left comments
881e08d
to
36de23d
Compare
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.
Finished up this PR:
- applied comments
- fixed name
utility/toggleterm-manager
should beterminal-integration/toggleterm-manager-nvim
- Integrated with AstroUI icon configuration which also gets support for disabling icons
- Remove duplicate mappings set in default setup
toggleterm-manager
toggleterm-manager.nvim
Thanks! |
📑 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.