Hello,
I installed vim 7.2.411 (Cream) on a PC running Windows XP.
Everything works nice when launching gvim.
Using vim from the command line, I have the following problems:

1) Opening several tabs, the CTRL-PageUp and CTRL-PageDown keys, which
should switch between tabs, are not active.

2) Moreover, putting:
map <C-PageUp> :tabprevious<CR>
in _vimrc, has no effect when using CTRL-PageUp
idem for mapping <C-PageDown>

3) Putting:
map <C-Down> 10<C-E>
in _vimrc, has no effect when using CTRL-CursorDown
idem for mapping <C-Up>

4) At last, typing
vim -u NONE file
going to insert mode and typing CTRL-V CTRL-PageUp should show <C-
PageUp>. Instead it shows two characters (idem for all function keys).

Do you reproduce these problems?

Best regards
Jean Johner

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Subscription settings: http://groups.google.com/group/vim_use/subscribe?hl=en

Reply via email to