in reply to Learn vi/vim in 50 lines and 15 minutes
To edit a file with vi do:This is a bit misleading. On many systems, if you do vi file.txt, you do indeed edit the file with vi, and not with vim. You discuss vim, and while vim has many similarities with vi, not everything you discuss will work in vi. For instance, not on every system will the arrow keys work as expected in vi. There's no syntax highlighting in vi, nor does vi have any perl hooks.vi file.txt
It has 4 MODES.That's just an opinion. One could also argue that vi only has command mode. But some commands take arbitrary long arguments. ;-).
Abigail (using vi since 1984)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Learn vi/vim in 50 lines and 15 minutes
by etcshadow (Priest) on Mar 05, 2004 at 04:27 UTC | |
Re^2: Learn vi/vim in 50 lines and 15 minutes
by brig (Scribe) on Dec 01, 2006 at 08:00 UTC |