Using Mac OS X for the past few days for my work, i notice my arrow key not working in vi editor. One of my colleague help me to solve this arrow key problem in vi.
Here’s the solution for those who has arrow key not working in vi / vim for Mac OS:-
Advertisements
- Go to your home directory, mine is at /Users/myname/
- Open your .profile and add TERM=linux at the first line of the file.
- Save and quit
- type source .profile and enter
- You just fixed the arrow key problem in vi editor. Arrow key should be working by now.
[tags]arrow key problem in vi, mac os arrow key problem in vi, mac os vi, mac os x, vi arrow key problem[/tags]
Related posts:
On Screen Keyboard in Mac OS X
Secure file transfer thru scp in Mac and Linux
How to enable screen saver password in Mac OS X?
Mac: Change print screen file format to jpg
How to format external hard disk for Mac and Windows
How to play .mkv file in Mac OS X
How to send message to syslog server?
Macport: Can't map the URL 'file://.' to a port description file
Share this with your friends:-
Does this work on Solaris 10?
Thanks for your help… it worked…
For the record, if you find that your .profile file does not exist then just go ahead and create it and it should work fine (it did for me)