Linux – vi controlling problem

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 =)

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.