echo $TERM gives me xterm-color. Is that right? I'm having issues with vim and was told to change it to dtterm. Why?
I've learned that I can change this value in Terminal.app Preferences... under the Advanced tab: Declare terminal as:
|
I've learned that I can change this value in Terminal.app Preferences... under the Advanced tab: Declare terminal as:
| ||||
|
feedback
|
|
Yes,
You can change it to
| ||||
|
feedback
|
$TERMthere's a lot of paranoia and misinformation around. Ideally,$TERMshould always be set to a value that is correct for whatever terminal emulator you're using. Only occasionally is there a reason to select a variation, to disable or modify specific features, e.g.,xtermvs.xterm1. Rarely, it's sometimes necessary to customize the value to work around a problem, usually with a program that either has a bug or isn't configurable enough. – Chris Page Aug 29 '11 at 12:23