problem with Key mapping of Ctrl - End.

2011-03-30 Thread shuda Li
Hi, all, I try to map the Ctrl - End to move the cursor to the end of file: map C-End :$RC However the line has no effect at all. I checked :map C-End and it returns C-End mapped to :$RC I'm wondering anyone has any clues about what causes the problem. Cheers! -- Shuda Li

Re: problem with Key mapping of Ctrl - End.

2011-03-30 Thread Tim Chase
On 03/30/2011 07:45 PM, shuda Li wrote: I try to map the Ctrl - End to move the cursor to the end of file: mapC-End :$RC However the line has no effect at all. I checked :mapC-End and it returnsC-End mapped to :$RC Depends on what your terminal is sending. I presume this is (non-g)vim

Re: problem with Key mapping of Ctrl - End.

2011-03-30 Thread Gary Johnson
On 2011-03-30, Tim Chase wrote: On 03/30/2011 07:45 PM, shuda Li wrote: I try to map the Ctrl - End to move the cursor to the end of file: mapC-End :$RC However the line has no effect at all. I checked :mapC-End and it returnsC-End mapped to :$RC Depends on what your terminal

Re: problem with Key mapping of Ctrl - End.

2011-03-30 Thread Tony Mechelynck
On 31/03/11 02:45, shuda Li wrote: Hi, all, I try to map the Ctrl - End to move the cursor to the end of file: mapC-End :$RC However the line has no effect at all. I checked :mapC-End and it returnsC-End mapped to :$RC I'm wondering anyone has any clues about what causes the problem.