This post originated from an RSS feed registered with Java Buzz
by Ananth Chelladurai.
Original Post: How to use VIM editor
Feed Title: Ananth Chellathurai's walk on software
Feed URL: http://feeds2.feedburner.com/AnanthChellathuraisWalkOnSoftware
Feed Description: My blood is tested +ve for java
VIM Editor Commands
Vim is an editor to create or edit a text file. There are two modes in vim. One is the command mode and another is the insert mode.
In the command mode, user can move around the file, delete text, etc.
In the insert mode, user can insert text.
Changing mode from one to another
From command mode to insert mode type a/A/i/I/o/O (see details below)
From insert mode to command