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
Currently, when a command is sent to a docker image (e.g. ping google.com, or find ., only first lines of the output are shown in vim window and after the window gets filled, new lines appended to the end are not visible (unless you move there cursor manually).
Expected behaviour is to keep the last line always visible, similarly as when you run such command in neovim :terminal window.
Note, that if #20 (follow mode for logs) are to be implemented, the same shall apply to them too.
The text was updated successfully, but these errors were encountered:
Currently, when a command is sent to a docker image (e.g.
ping google.com
, orfind .
, only first lines of the output are shown in vim window and after the window gets filled, new lines appended to the end are not visible (unless you move there cursor manually).Expected behaviour is to keep the last line always visible, similarly as when you run such command in neovim
:terminal
window.Note, that if #20 (follow mode for logs) are to be implemented, the same shall apply to them too.
The text was updated successfully, but these errors were encountered: