• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Linux-Ubuntu | vim
  1. Notes
  2. vi commands: INSERT
  3. vi commands: REPLACE
  4. vi commands: DELETE
  5. vi commands: COPY / PASTE
  6. vi commands: UNDO
  7. vi commands: SEARCH
  8. vi commands: CURSOR
  9. vi commands: SCREEN
  10. vi commands: LINES
  11. vi commands: READ / SAVE
  12. vi commands: EXIT

  1. Notes
    Vim (Vi IMproved) is a text editor that can be used to edit all kinds of plain text.

    Before you start editing a text, the screen is a console mode state. When you start inserting text, the screen is in an insert mode state (you will see -- INSERT -- at the bottom of the screen). When you are done editing the text, you can press Esc key to return to console mode state.
  2. vi commands: INSERT
  3. vi commands: REPLACE
  4. vi commands: DELETE
  5. vi commands: COPY / PASTE
  6. vi commands: UNDO
  7. vi commands: SEARCH
  8. vi commands: CURSOR
  9. vi commands: SCREEN
  10. vi commands: LINES
  11. vi commands: READ / SAVE
  12. vi commands: EXIT
© 2025  mtitek