Ok, so I assume this means to type '\lps' in normal mode in Vim... I
did, and then retried ':map \cu', and got the same 'no mapping found'
message.  Was this the correct procedure?

Thanks,
Matt 

-----Original Message-----
From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 19, 2006 10:00 AM
To: Pettis, Matthew (TLR Corp)
Cc: [EMAIL PROTECTED]; vim@vim.org
Subject: Re: Newbie notation question: hotkeys

[EMAIL PROTECTED] wrote:
> The first two have 'no mapping found' as their response, and the last 
> command has:
> 
> n  \ups          :call Perl_Handle()<CR>
> n  \lps          :call Perl_Handle()<CR> 
> 
> 
> 
> -----Original Message-----
> From: Yakov Lerner [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 19, 2006 9:22 AM
> To: Pettis, Matthew (TLR Corp)
> Cc: vim@vim.org
> Subject: Re: Newbie notation question: hotkeys
> 
> On 6/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> The backslash key does work in insert mode... It is right above my 
>> 'ENTER' key on my keyboard.  In insert mode, it behaves like any 
>> other
> 
>> ascii character typed from the keyboard.
> 
> Try the following commands:
>           :map \cu
>           :map \c
>           :map \
> and send us output of each of these three commands.
> 
> Yakov
> 
> 
> 

As mentioned under
http://lug.fh-swf.de/vim/vim-doc/perlsupport.html#perlsupport-usage-vim
, you need to use \lps in order to define the mappings starting \c . 
Conversely, \ups undefines them.


Best regards,
Tony.

Reply via email to