Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Cant create a vim file using Putty?
I'm using PuTTy and i type vi <filename> but nothing happens. I have checked whether or not the file exists and they don't. I have searched online but they all say that the format i type it in is correct but i still haven't been able to use vim. Any help would be appreciated
2 Answers
- ?Lv 48 years agoFavorite Answer
Try running
setenv TERM xterm
and then vi
If not, then open PuTTY and look at the configuration on the left, go to
Connection -> Data -> Terminal-type string
and run setenv TERM to whatever that is
- djbckrLv 58 years ago
It could be that the server doesn't support the display that PuTTy is providing. Try changing your terminal emulation and/or ask your sysadmin for that server what display settings you need to set.