If you find that your vi editor has controlling problem such as u cannot move the cursor using the arrow buttons or the text is modified when moving the cursor. u can try to fix it by setting the TERM variable.
- export TERM=”xterm”
Remember to install vim for syntax highlighting.
Done =)
