6 ms·
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: > inser
by sblom 4y 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)
- jchook 4y ago> Command mode I think you mean normal mode.