Saturday, September 22, 2012

Re: vim tabs nd ctrl-pgdn not working on cygwin cmd shell

Hi Gelonida!

On Fr, 21 Sep 2012, Gelonida N wrote:

> On most of my platforms I can use 'CTRL-Pgdn' to change tabs
>
> However this is not working on cygwin if started from a cmd (or an
> rxvt-native) windows
> If I start vim (not gvim) in an xterm CTRL-PgDn is working
>
> However in a cmd shell this keyboard combination seems to be ignored.
>
> Is Windows catching this combination?

probably.

> If yes, can I convince it to leave my cmd window alone?

I don't know. I would simply map ctrl-pgdn to the function. You can wrap
this map command into an
if &term =~ 'rxvt'
" your mapping here
endif


Mit freundlichen Grüßen
Christian
--
Wir dürfen jetzt nur nicht den Sand in den Kopf stecken.
-- Lothar Matthäus

--
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

No comments:

Post a Comment