Learning the vi Editor/BusyBox vi

< Learning the vi Editor

Learning the vi Editor: Getting acquainted Basic tasks Making your work easier Advanced tasks Details Vi clones (Vim Basic navigation Modes Tips and Tricks Useful things for programmers to know Enhancing Vim Vim on Windows VimL Script language, Vile, BB vi) vi Reference

Overview

BusyBox is a very popular program on many embedded Linux systems. In fact, someone working on an embedded Linux system is very likely to encounter BusyBox. BusyBox combines tiny versions of many common UNIX utilities into a single relatively small executable. One of the included utilities is a vi clone.

The BusyBox vi clone is limited. Among the limits are:

In short, a lot of information in this vi tutorial is not applicable to BusyBox vi.

However, BusyBox vi also has some differences (considered by some to be enhancements) over classic vi:

  • Cursor navigation in insert and command mode
  • <INSERT> key changes to insert mode
  • No wrapping of long lines. Long lines are displayed via side-scrolling.

Learning the vi Editor: Getting acquainted Basic tasks Making your work easier Advanced tasks Details Vi clones (Vim Basic navigation Modes Tips and Tricks Useful things for programmers to know Enhancing Vim Vim on Windows VimL Script language, Vile, BB vi) vi Reference

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.