Tags:
create new tag
, view all tags
See BLT.

vi -- edit insert mode: The vi editor has three main modes of operation, including:

  • ViEditInsertMode for entering text
  • ViCommandMode for manipulating text (like copy and paste, formatting, etc.)
  • ViExMode (executive mode??) for commands like saving, opening new files, quitting

From command mode you can enter insert mode by pressing "i" (you can enter append mode by pressing "a").

From ex mode you can enter insert mode by pressing <escape> i (or a for append).

From insert or append mode you can get to:

  • command mode by pressing <escape>
  • ex mode by pressing <escape>:

Actually, I haven't tested the above, and am getting them by reading the link below "between the lines".

See:

Contributors

  • RandyKramer - 06 Feb 2002
  • <If you edit this page, add your name here, move this to the next line>
Topic revision: r4 - 2003-09-07 - AnitaLewis
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding WikiLearn? Send feedback
See TWiki's New Look