Home Vi Editor
Post
Cancel

Vi Editor

A text editor which allows us to create and manipulate data in linux files.

Most Common Kyes in VI Edidor

  • i: Insert
  • O: Insert on next line
  • a: insert after a space
  • Esc: Escape out of any mode
  • :q!: quit without saving
  • :wq!: quit and save
  • r: replace
  • d: delete
  • u: undo
  • x: remove one character
  • backspace: /: forward search ?: backward seach
This post is licensed under CC BY 4.0 by the author.