Home ›
Vi arrow keys not workingVi arrow keys not working
Submitted by Benjamin Melançon on October 2, 2007 - 5:26pm
Searched words:
why don't arrow keys work in vi
vim nocompatible
UPDATE: The reason is that vi is old and not so great, and the new Vim that replaces it is set to run in compatibility mode (reproducing vi's old way of doing things) by default.
Put a line:
set nocompatible
in your ~/.vimrc file.
This FAQ is pretty useless, since no one actually has vi anymore I don't think, so there's no reason to suffer like it says:
http://www.faqs.org/faqs/sgi/faq/apps/section-24.html
Resolution
More like this
- With XAMPP, permission denied for MySQL user with % (all) host access but works for localhost
- File upload not working on Mac OS X development environment
- RSA host key changed, requires validation: what to do
- Clean URLs don't work on test sites on a different port
- Command line MySQL not working with XAMPP


Comments
Post new comment