why does this mapping interpret the literal and not work?

2006-07-11 Thread Arias Hung
When attempting to create a mapping for my muttng.vim file I add the following :nmap zz w!cr however it interprets it literally like: w!cr instead of interpreting the return cr. Anyone know why? pgpTZvXJCX0eb.pgp Description: PGP signature

Re: why does this mapping interpret the literal and not work?

2006-07-11 Thread James Vega
On Tue, Jul 11, 2006 at 07:50:43AM -0700, Arias Hung wrote: When attempting to create a mapping for my muttng.vim file I add the following :nmap zz w!cr however it interprets it literally like: w!cr instead of interpreting the return cr. Anyone know why? You've made a normal mode

Re: why does this mapping interpret the literal and not work?

2006-07-11 Thread Benji Fisher
On Tue, Jul 11, 2006 at 07:50:43AM -0700, Arias Hung wrote: When attempting to create a mapping for my muttng.vim file I add the following :nmap zz w!cr however it interprets it literally like: w!cr instead of interpreting the return cr. Anyone know why? :verbose set compatible?