Hallo, Chris McCormick hat gesagt: // Chris McCormick wrote:
On Tue, Oct 19, 2004 at 02:48:37AM +0200, Yves Degoyon wrote:
chun lee wrote:
Man, was in a bit of a panic when Vim came up after I did "cvs commit" for the log thing. Not having used Vim before, I was hitting keys almost randomly trying to get it to quit. Had to resort to a quick search on Vim tutorial to get out of it.
to avoid this :
cvs commit -m "i have something to say"
Or else you can set the EDITOR environment variable to not use vim:
export EDITOR='my-notepad-program' cvs commit
Better yet: run "vimtutor"
Knowing Vi(m) is important, you never know when you will need it. Also Vim is cool. (Editor flame war alarm!)
Ciao