in reply to Which text editor
No matter what operating system I'm on, I'm a big fan of vim. For some reason a lot of my Perl people seem to like vi and it's variants. In addition to myself and a few friends, here's a quote from a Damian Conway interview that I read a while back:
"I often find myself developing right in my editor. In fact, I have a key permanently bound to ":!perl -w %" under vi for just that reason."
After reading the interview, I used his idea and mapped Ctrl-P to ":!perl -w %" in my .vimrc file. I also saved the quote. :D
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Which text editor
by Abigail-II (Bishop) on Mar 16, 2004 at 09:47 UTC | |
Re: Re: Which text editor
by tinita (Parson) on Mar 16, 2004 at 14:34 UTC | |
Re^2: Which text editor
by Aristotle (Chancellor) on Mar 16, 2004 at 14:41 UTC |