up vote 0 down vote favorite
share [g+] share [fb]

Whenever I use a Linux or FreeBSD machine, or any unixy machine for that matter, I always have problems with some of the keys in the terminals.

For example, if I download PuTTY, change no settings, and then login to a machine with a default install of Bash and I press the End key, it displays a tilde ~ instead of going to the end of the line. If I open Screen, the best terminal utility of all time, there are other keybinding errors. This type of problem seems to apply to any and all application/configuration combinations.

What I'd like to know is, what are some good settings to guarantee that all keys on the keyboard do what they ought to, all the time, in all applications? I am a fan of UTF-8, but I'm not sure how well it is supported on various platforms etc.

link|improve this question
feedback

1 Answer

Perhaps look into the TERM env. Putty is made to emulate xterm, so:

env | grep TERM

should be TERM=xterm.

link|improve this answer
I already have that configuration. – ZimmyDubZongyZongDubby Oct 26 '09 at 19:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.