Tip #34: control the position of the new window
tip karma |
Rating 0/4, Viewed by 1718
|
Read and edit this tip on the
Vim tip wiki.
The wiki may have a more recent version of this tip.
created: |
|
March 7, 2001 6:09 |
|
complexity: |
|
intermediate |
author: |
|
[email protected] |
|
as of Vim: |
|
5.7 |
:se splitbelow
make the new window appears below the current window.
:se splitright
make the new window appears in right.(only 6.0 version can do a vsplit)
<< toggle off the line-number when enter on-line help |
For programmer: translate // style comment to /* */and vice vesa >>
Additional Notes
|