Google Cloud Terminal Issues

I'm having problems connecting to our cloud cloud containers.

The terminal is limited to a certain size, and it behaves oddly, when using vim, for example, the application freezes for 10-20 seconds if you press Page-Down, but something that I can work with, the real problem is as follows.

When you type a command and run the width of the predefined terminal size, you suddenly don’t know where your cursor is.

The same is for editing a file in vim, and you start to scroll down or, for example, write shellscript, and the last line of the document is updated, only the last line of the file is updated, and the scroll behavior is suddenly very broken.

This is what the predefined terminal size looks like when editing a file.

enter image description here

Setting the TERM environment variable to "xterm", "xterm-color" makes the colors and "clear" function, but does not solve these problems.

If someone else has experienced these problems and knows how to fix them, sharing this knowledge will make life live again!

+6
source share
1 answer

Updating your glcoud components to the latest version resolved this problem, now I can run full-screen vim and life is wonderful!

gcloud components update 
0
source

Source: https://habr.com/ru/post/1011498/


All Articles