I do "less " to open a file.
If I want to quit, normally we press 'q' but in my server, I have to press 'q' + Return/Enter.
Similarly for other options(move down, up, etc) I have to press key + return.
I want to reduce the pressing of 'Return/Enter'.
Is there a way to fix this?
Thanks
2006-11-14
00:10:37
·
2 answers
·
asked by
kp
3
in
Computers & Internet
➔ Programming & Design
The solution of Mervin helped me to solve the problem. I removed "stty sane" in my .cshrc and it worked.
Thanks Mervin.
However I have one more problem. Please see the image http://kv.krishnaprasad.googlepages.com/unix_problem.jpg
The terminal colors behave strangely after less command.
2006-11-14
16:00:01 ·
update #1