Albie Janse van Rensburg wrote:
Samuel Wright wrote:
Hi All,

On my gvim 7 running on Win Xp none of the following work to move to
another window (I'm actually using the project plugin, but I don't
think that's relevant)..

CTRL-W <Left>                    *CTRL-W_<Left>*
CTRL-W CTRL-H                    *CTRL-W_CTRL-H*
CTRL-W <BS>                    *CTRL-W_<BS>* *CTRL-W_h*
CTRL-W h    Move cursor to Nth window left of current one.  Uses the
        cursor position to select between alternatives.


If this intended behaviour for Win Xp, or have I enabled this
somewhere? I have behave mswin turned off.
Just checking - You do realize that in Vim-speak, a "window" is a section of the current tab, right? As in, if you open Vim and enter

:split

you end up with 2 Vim "windows". To switch to another Windows "windows", you will have to use ALT-Tab as for all applications.

...and in addition, to move sideways between Vim "windows" (which in MS-Windows terminology would be called "panes"), you must first have used ":vsplit" (or ":vertical split", ":vertical help", ":vertical diffsplit", etc.).

When I was on XP, all those commands worked perfectly for me. Check

        :map <C-W>

(where <C-W> is five separate keypresses) to see if you haven't remapped Crl-W. Even if you have, though,

        :wincmd h

should do the same as Ctrl-W h


Best regards,
Tony.
--
"Life would be much simpler and things would get done much faster if it
weren't for other people"
                -- Blore

Reply via email to