Switch language한국어
Back to the list

The vi family | Hacker News

TL;DR AI

Key summary

2 min read
  1. HN discussion: many Unix users learned vi because it was the one editor they could count on being available on remote servers over SSH.

  2. The post frames vi as a dependable fallback tool on Unix-like systems, including common paths like /bin/vi, /usr/bin/vi, and busybox environments.

  3. Its modal editing workflow also left a lasting impression, prompting many users to keep using vim or nvim long after the original need passed.

Read the original