>OTOH, the fact that vi and vim seem to treat some characters as
>"magical" (like '#' and especially '%') really louses me up sometimes,
>at which point I scramble back to emacs.
>
>(I can't :'a,.! perl -pe 's/^/#/' in vim, for example)


Heh.  All it takes is one additional backslash:

          :'a,.! perl -pe 's/^/\#/' 


There - that wasn't so bad, now - was it?

 .

_______________________________________________
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to