Fixing Vim Problems


If you have some keyboard problem with vim like arrow keys writing letters, you should be able to fix it with adding a single line to a file.

Open your .vimrc file in your home directory or create it if you don't have it. And put in the line "set nocompatible"

You can use this file to make changes to your default vim setting like line numbers and color schemes.

Comments

Popular Posts