Hacker News new | ask | show | jobs
by sblom 1298 days ago
This has caused me to realize that I need to replace my old model of vi:

> command mode has primacy; insert mode is a time-bounded special case

with:

> insert mode is every other mundane editor; use the Esc key to enter the matrix (i.e. command mode)

1 comments

> Command mode

I think you mean normal mode.