Differences between version 2 and previous revision of Vim.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Saturday, September 7, 2002 11:24:17 am | by SamJansen | Revert |
Older page: | version 1 | Last edited on Thursday, September 5, 2002 9:54:12 pm | by SamJansen | Revert |
@@ -5,5 +5,5 @@
Vim (and "vi") is rather unique among text editors because it operates on the fact that there are certain "modes" that the editor can be in at any one time. The mode Vim is in upon startup is "normal" mode, press the key "i" and the editor goes into "insert" mode where the user can type text. This is perhaps what stops many people from adopting it. Nevertheless, Vim is quite a popular text editor and many programmers swear by it.
Though "vi" originally only worked under Unix, Vim has been ported to almost every platform under the sun. More information can be found at [http://www.vim.org] or [http://vim.sf.net].
-See [VimHowTo
].
+See [VimHowto
].