On 5/4/06, Eddy Petrişor <[EMAIL PROTECTED]> wrote:
On 5/4/06, Eric Leenman <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On my WinXP machine in gvim 6.3.0 my mapping works
> On my Linux machine it partly works.
>
> One of the things that doesn't work is the windows behaviour.
> Like CTRL-C, CTRL-V , CTRL-X, ect
>
> But also my own mappings work partly.
> For example; i have a mapping like this which works on WinXP
>
>   noremap <C-Left>  b
>   inoremap <c-\><c-n> <C-left>
>
>   noremap <C-Right> w
>   inoremap <c-\><c-n> <C-Right>
>
> But under Linux it doesn't
> b and w itself does work.
> Are C-Left and C-right special keys under Linux?

:behaviour mswin

err, :behave mswin

and load the mswin.vim script

--
Regards,
EddyP
=============================================
"Imagination is more important than knowledge" A.Einstein

Reply via email to