Vi(m)

  • Bash text editor
  • Use : to enter command mode
    • w to write file
    • q to quit
    • q! to quit without saving
    • 'x' to write & quit
  • Use / to search for text
  • Use i to enter edit mode and ESC to exit it
  • vimtutor is the best tutorial to learn