You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First let me say that this plugin is something I was really missing, so thank you for making it!
I was wondering if it will be possible to support other terminal multiplexers (namely Zellij) or even a temporary terminal buffer within Neovim itself.
The latter will reduce the amount of dependencies and can make this plugin available for more people.
WDYT?
The text was updated successfully, but these errors were encountered:
Adding support for terminal should be fairly easy. As for Zellij, as long as it support opening a window with a command and opening a window and sending commands to that window, it shouldn't be difficult.
I think I would like to keep the current JSON schema but depending on what features and possibilities there are with zellij and terminal I may have to update it a bit.
I have never used Zellij, but I'm going to look into it and see what can be done. If anything terminal support can be added.
First let me say that this plugin is something I was really missing, so thank you for making it!
I was wondering if it will be possible to support other terminal multiplexers (namely Zellij) or even a temporary terminal buffer within Neovim itself.
The latter will reduce the amount of dependencies and can make this plugin available for more people.
WDYT?
The text was updated successfully, but these errors were encountered: