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...
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...
Asked by augustpasimio : 09 December 2009 - 06:58 AM
Answered by sboss : Dec 09 2009 08:10 AM
on linux I put the following in my .bash_profile:
set -o vi
on MacOSX Snow Leopard I put the following in the my .bash_profile:
set -o vi
and on both platforms it works for me.
Also it works for me... full answer >
Dean Wampler and Alex Payne's Programming Scala discusses IDEs that can be used for Scala programming in Chapter 14. IDE support is not as rich as it might be, but there are Scala plugins for Ecl...