O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
This excerpt from vi and Vim Editors Pocket Reference, Second Edition provides a rundown of helpful substitution tips for vi.You can instruct vi to ignore case by typing :set ic.
A simple :s is the sa...
Answered by macnlos : Mar 07 2011 12:57 PM
I played around with this a little more with no success. I would suggest getting on the VIM Mailing list and asking the folks there:
http://www.vim.org/maillist.php#vim
Make sure you clarify that t... full answer >
Many Unix, Linux, and Mac OS X users enjoy using the powerful, platform-agnostic text editors vi and Vim, but there are far too many commands for anyone to remember. The following excerpt from the rec...
If you do a lot of repetitious typing, such as copyright
statements, code comments, signatures, and so forth, and you would
like some kind of auto-text feature, use Vim's appre...