railsware / upterm

A terminal emulator for the 21st century.
MIT License
19.23k stars 617 forks source link

Can't use auto completion when login to remote server through SSH #908

Open xiaotianhu opened 7 years ago

xiaotianhu commented 7 years ago

I uses shell mostly on remote server through SSH,when I login to remote server,the black-screen just goes like traditional shell,and no auto completion at all.Is this my fault?Caused by ZSH or something else?

drew-gross commented 7 years ago

No, not your fault. This is because SSH itself is a program that is running, and Black Screen can't autocomplete inside other programs. I've been thinking of ways to autocomplete inside SSH, but haven't started implementing anything yet.