WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Linux, UNIX, Open Source (http://www.wcm.at/forum/forumdisplay.php?f=13)
-   -   vim kommando gesucht (http://www.wcm.at/forum/showthread.php?t=102331)

irrsinn 11.07.2003 12:31

vim kommando gesucht
 
Ich hab grad das taglist plugin installiert und jetzt frag ich mich, mit welcher taste bzw tastenkombination ich zwischen dem file und der taglist hin und herspringen kann? Müsste eigentlich genauso gehn, wie wenn man zwischen hilfefenster und textfenster hin und herspringen will, allerdings weiß ich da auch nicht, wie das mit der tastatur geht.

Ist wahrscheinlich trivial, aber ich komm einfach nicht drauf.

_m3 11.07.2003 12:44

Zitat:

The easiest way to open a new window is to use the following command: >

:split

This command splits the screen into two windows and leaves the cursor in the
top one:

Code:

        +----------------------------------+
        |/* file one.c */                  |
        |~                                  |
        |~                                  |
        |one.c=============================|
        |/* file one.c */                  |
        |~                                  |
        |one.c=============================|
        |                                  |
        +----------------------------------+

What you see here is two windows on the same file. The line with "====" is
that status line. It displays information about the window above it. (in
practice the status line will be in reverse video.)
The two windows allow you to view two parts of the same file. For example,
you could make the top window show the variable declarations of a program, and
the bottom one the code that uses these variables.

The CTRL-W w command can be used to jump between the windows. If you are in
the top window, CTRL-W w jumps to the window below it. If you are in the
bottom window it will jump to the first window. (CTRL-W CTRL-W does the same
thing, in case you let go of the CTRL key a bit later).


Alle Zeitangaben in WEZ +2. Es ist jetzt 15:35 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag