On Tue, Jun 10, 2003 at 05:40:22AM +0800, John Summerfield wrote: > I feel impelled to mention that this form is really useful. I often > write sed programs thus as I find it more readable than anything else > Ive come up with: > mv /etc/vim/vimrc /etc/vim/vimrc~ > sed </etc/vim/vimrc~ >/etc/vim/vimrc \ > [...]
Wouldn't it be easier to create a ~/.vimrc with the commands you want? -- - mdz
