Most people who are getting started with Linux or UNIX today already know how to use graphical WYSIWYG (what you see is what you get) editors, with heavy use of the mouse, icons and pull-down menus.
How-To Geek on MSN

How to Exit the Vi or Vim Editor

The immediately noticeable difference between vi and other editors is that when vi launches you can't just start typing text.
Recently, while helping Linux Journal convert its editorial process to use DocBook/XML for articles, I had occasion to convert some old Vim macros for use with the new process. The original macros ...
In the world of text editors, there's a plethora of options out there. If you've ever Googled "how to edit HTML sites" or some such, you know what we mean. Allow us, then, to introduce you to VIM, a ...
A bug impacting editors Vim and Neovim could allow a trojan code to escape sandbox mitigations. A high-severity bug impacting two popular command-line text editing applications, Vim and Neovim, allow ...
Also, I don't think setting "set -o vi" is technically supposed to enable the arrow keys since I think arrow keys and the bash controls that you are used to are defined by "set -o emacs". If you check ...
Two hopefully quick question to the vi gurus out there:<BR><BR>1. How to recall previous VI commands and edit them<BR><BR>2. How to replace a string with a string with a newline in it like this ...