2KAbhishek / termim.nvim

Neovim Terminal, Improved 🦾💻
GNU General Public License v3.0
54 stars 1 forks source link

[ENH]: hide/show terminal with vcount #7

Open konosubakonoakua opened 1 week ago

konosubakonoakua commented 1 week ago

Description

dear author, can have features hiding/showing like lazyterm in lazyvim: 0<c-/> for opening term with number 0, then we can use <c-/> to hide it then type 0<c-/> to restore. meanwhile when can open other terms like 1<c-/>.

Additional Information

No response

2KAbhishek commented 1 week ago

@konosubakonoakua I prefer to use tmux for the use case you are suggesting, I only use the terminal in vim for quick actions / running tools like lazygit in fullscreen etc.

This feature is something that I have not planned to add so far, but if there's a PR for it, I'll be more than happy to review and accept :)