when connected to a remote machine via ssh, Hyper is displaying some text in my system language (chinese) such as segmentation fault as 段错误 and "insert" as “插入” in vim. I would like to keep everything English but I cannot find a way to change the language.
Note. Built in terminal app does not have this problem.
If someone can point me in the right direction it would be much appreciated.
Turned out its actually a vim issue. Solved it the problem by changing the LANG env variable in bash. Thanks
Most helpful comment
Turned out its actually a vim issue. Solved it the problem by changing the LANG env variable in bash. Thanks