![]() |
Now serving 103 guides. |
|
The Basics of vi General Information Right then, vi. "Oh no! vi! That's command based, can't use that!" Oh come on, it's not that difficult! Really... First, I shall explain a little about vi. vi (now mostly vim) is one of the oldest text editors for *nix. It can be found on many systems, both UNIX and Linux, and is usually the default editor. vim (VI iMproved) is beginning to take over from the older vi, but essentially, they function the same way.Requirements
vi To open vi, you simply typevi at your prompt. To open a file with vi, just type vi followed by the filename, e.g. vi configure.txt.When you're in vi, you can't just start typing; that's where most people go wrong. When vi opens, it's (usually) in command mode. You can press either a or i to take vi out of command mode, and you can start typing. Press Esc to re-enter command mode. When in command mode, you can use the following commands:
This guide is © 2004 - 2008 configure. Author: configure 1 Comment Posted by pinoyskull on February 18, 2005 at 7:52:02 am EET
nice guide, i hope someone will make an advanced vi guide
|
Copyright 2003 - 2008 BSD Guides. All rights reserved. |
About | Terms of Use | Privacy | Contact |

