mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-10 13:10:40 +00:00
fix typo
This commit is contained in:
parent
d7a4f89ab8
commit
dcac1cce3a
@ -289,7 +289,7 @@ By the way, here is one interesting fact. Because the default command used by th
|
|||||||
|
|
||||||
It spells *"grep"*, the same `grep` from the command line. This is **not** a coincidence. The `g/re/p` command originally came from the Ed Editor, one of the first line text editors. The `grep` command got its name from Ed.
|
It spells *"grep"*, the same `grep` from the command line. This is **not** a coincidence. The `g/re/p` command originally came from the Ed Editor, one of the first line text editors. The `grep` command got its name from Ed.
|
||||||
|
|
||||||
Your computer probably stil has the Ed editor. Run `ed` from the terminal (hint: to quit, type `q`).
|
Your computer probably still has the Ed editor. Run `ed` from the terminal (hint: to quit, type `q`).
|
||||||
|
|
||||||
# More examples
|
# More examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user