|
|
|
|
|
by thomastjeffery
2502 days ago
|
|
Of course, you can do that, but then you are missing out on all the wonderful editing functionality that vim provides. More importantly, you don't get undo, since that is action based in vi, and everything from entering insert mode to leaving it is a single action. You are better off using nano or similar, which is becoming (rightfully) more available than vi. |
|