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
Interactive commands like vim do not work currently.
I think they could be made to work if we allocate new PTYs and forward the content in the buffer. It may sounds like reinventing tmux and may need a lot of work though.
Alternatively, saving the state of the existing screen and allowing vim to take control of the existing TTY might be an easier and also reasonable approach.
The text was updated successfully, but these errors were encountered:
Interactive commands like
vim
do not work currently.I think they could be made to work if we allocate new PTYs and forward the content in the buffer. It may sounds like reinventing tmux and may need a lot of work though.
Alternatively, saving the state of the existing screen and allowing
vim
to take control of the existing TTY might be an easier and also reasonable approach.The text was updated successfully, but these errors were encountered: