Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your profile (name, country/region, and company) is displayed to the public and will accompany any content you post. You may update your IBM account at any time.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

UNIX tips and tricks for a new user, Part 2: The vi text editor

Tim McIntire, Consultant, Freelance Writer
Photo of Tim McIntire
Tim McIntire works as a consultant and co-founder of Cluster Corporation, a market leader in HPCC software, support, and consulting. He also contributes periodically to IBM developerWorks and Apple Developer Connection. Tim's research, conducted while leading the computer science effort at Scripps Institution of Oceanography's Digital Image Analysis Lab, has been published in a variety of journals, including Concurrency and Computation and IEEE Transactions on Geoscience and Remote Sensing. You can visit TimMcIntire.net to learn more.

Summary:  The vi text editor might seem counterintuitive to new users but, make no mistake, there is a good reason this 30-year old tool is still widely used by many of the best developers in the world. The vi text editor separates operations into insert mode and command mode, which gives you ultrafast access to key commands that can edit, insert, and move text in on-the-fly, user-defined segments.

View more content in this series

Date:  07 Nov 2006
Level:  Intermediate PDF:  A4 and Letter (495 KB | 22 pages)Get Adobe® Reader®

Activity:  27177 views
Comments:  

Before you start

Learn what to expect from this tutorial, and how to get the most out of it.

About this series

This four-part tutorial series covers UNIX® basics from a user perspective. This initial tutorial is a good brush-up for users who have been away from UNIX-like operating systems for some time. It's also useful for brand-new UNIX users coming from a Windows® background, because it uses references and comparisons to Windows. Later tutorials in the series will cover specific applications (vi, for instance) in detail and discuss shell tricks and tips.


About this tutorial

The vi editor has been around for 30 years, with only minor changes. It maintains a mouse-free and keyboard-driven interface that lets users keep their fingers in the home positions at all times. Users can switch between two modes, insert and command mode, to either insert text or manipulate and navigate the document, respectively. The command mode provides users with all the actions that are normally achieved through a point-and-click mouse-driven interface.


Objectives

The objective of this tutorial is to make new vi users comfortable with creating, editing, and navigating text documents. It focuses on common vi commands, and it goes into detail on some of vi's more esoteric features. The most important thing to remember when learning to use vi is that you should expect text editing to feel slow and cumbersome at first. Try to think back to the first time you used a mouse or when you first learned to type. This 30-year-old application forces users into a new mode of thinking, but the learning curve is well worth the end benefits of high-speed, mouse-free text editing.


Prerequisites

You need a basic understanding of the command line for this tutorial. You should understand what files and directories are and be able to log in to your account on a UNIX-like operating system.


System requirements

Access to a user account on any computer running any UNIX-like operating system is all you need to complete this tutorial. UNIX-like operating systems include the IBM® AIX® operating system, Linux®, Berkeley Software Distribution (BSD), Mac OS® X (using Terminal to access the command line), and many others.

1 of 8 | Next

Comments



static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=AIX and UNIX, Linux
ArticleID=172992
TutorialTitle=UNIX tips and tricks for a new user, Part 2: The vi text editor
publish-date=11072006
author1-email=tm@timmcintire.net
author1-email-cc=