Learning the vi Editor/vipe

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Learning the vi Editor: Getting acquaintedBasic tasksMaking your work easierAdvanced tasksDetailsVi clones (VimBasic navigationModesTips and TricksUseful things for programmers to knowEnhancing VimVim on WindowsVimL Script language, Vile, BB vi)vi Reference

Vipe - edit pipe[edit | edit source]

Overview[edit | edit source]

command | vipe | command

Not really a vi clone, Vipe allows you to run a text editor in the middle of a unix pipeline and edit the data that is being piped between programs. Vipe is part of the moreutils package.

Copyright 2006 by Joey Hess <joey@kitenet.net> and Licensed under the GNU GPL.

Environment Variables[edit | edit source]

  • EDITOR - Editor to use.
  • VISUAL - Also supported to determine what editor to use.

Resources[edit | edit source]


Learning the vi Editor: Getting acquaintedBasic tasksMaking your work easierAdvanced tasksDetailsVi clones (VimBasic navigationModesTips and TricksUseful things for programmers to knowEnhancing VimVim on WindowsVimL Script language, Vile, BB vi)vi Reference