$CTRL-D Scroll window Downwards in the buffer. The number of
lines comes from the 'scroll' option (default: half a
screen). If [count] given, first set the 'scroll'
option to [count]. The cursor is moved the same
number of lines up in the file (if possible; when
lines wrap and when hitting the end of the file there
may be a difference). When the cursor is on the first
line of the buffer nothing happens and a beep is
produced. See also 'startofline' option.
{difference from vi: Vim scrolls 'scroll' screen
{ines, instead of file lines; makes a difference when
{
lines wrap}
}
<S-Up> or *<S-Up>* *<kPageUp>*
<PageUp> or *<PageUp>* *CTRL-B*
scroll.txt [Help][RO] 91,17-57 21%
~ ÑабоÑке Vim!
~ Ð¸Ñ Ð¸Ð½ÑоÑмаÑии
~
~ из пÑогÑаммÑ
~ µÐ½Ð¸Ñ ÑпÑавки
~ Ñ Ð¾Ð± ÑÑой веÑÑии
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
[No Name] 0,0-1 ÐеÑÑ
}
For the following two commands the cursor is not moved in the text, only the
text scrolls on the screen.
*zs*
zs Scroll the text horizontally to position the cursor
at the start (left side) of the screen. This only
works when 'wrap' is off. {not in Vi}
*ze*
ze Scroll the text horizontally to position the cursor
at the end (right side) of the screen. This only
works when 'wrap' is off. {not in Vi}
191,0-1 56%
Protocol "MouseMan"
Device "/dev/psm0"
ZAxisMapping 4 5
See the XFree86 documentation for information.
*xterm-mouse-wheel*
To use the mouse wheel in a new xterm you only have to make the scroll wheel
work in your Xserver, as mentioned above.
To use the mouse wheel in an older xterm you must do this:
1. Make it work in your Xserver, as mentioned above.
2. Add translations for the xterm, so that the xterm will pass a scroll event
to Vim as an escape sequence.
3. Add mappings in Vim, to interpret the escape sequences as <MouseUp> or
291,57 91%
Making Vim Run
|usr_90.txt| Installing Vim
REFERENCE MANUAL: These files explain every detail of Vim. *reference_toc*
General subjects
|intro.txt| general introduction to Vim; notation used in help files
|help.txt| overview and quick reference (this file)
|index.txt| alphabetical index of all commands
|help-tags| all the tags you can jump to (index of tags)
|howto.txt| how to do the most common editing tasks
|tips.txt| various tips on using Vim
96,1 35%¸Ð·Ñ
VIM stands for Vi IMproved. Most of VIM was made by Bram Moolenaar, but only
help.txt [Help][RO] 1,1 ÐавеÑÑ
Ñ
Jump to a subject: Position the cursor on a tag (e.g. |bars|) and hit CTRL-].
With the mouse: ":set mouse=a" to enable the mouse (in xterm or GUI).
Double-click the left mouse button on a tag, e.g. |bars|.
Jump back: Type CTRL-T or CTRL-O (repeat to go further back).
Get specific help: It is possible to go directly to whatever you want help
on, by giving an argument to the |:help| command.
It is possible to further specify the context:
*help-context*
WHAT PREPEND EXAMPLE
Normal mode command (nothing) :help x
Visual mode command v_ :help v_u
Insert mode command i_ :help i_<Esc>
Command-line command : :help :quit
Command-line editing c_ :help c_<Del>
Vim command argument - :help -r
Option ' :help 'textwidth'
Search for help: Type ":help word", then hit CTRL-D to see matching
help entries for "word".
VIM stands for Vi IMproved. Most of VIM was made by Bram Moolenaar, but only
through the help of many others. See |credits|.
----------------------------------------------- *doc-file-list* *Q_ct*--------
1,22-27 ÐавеÑÑ
Ñ
/reg
{Vi does not have any of these commands}
{ }
12. Textlock |textlock|
{Vi does not have any of these commands}
{ }
==============================================================================
1. Variables *variables*
1.1 Variable types
*E712*
There are six types of variables:
10. No +eval feature (fold) ran |no-eval-feature|ages 41,0-1 0%楥
Ñ
|eval.txt| expression evaluation, conditional commands
11. The sandbox ighligh |eval-sandbox|
|fold.txt| hide (fold) ranges of lines
eval.l.txt| spell checki ,1 ÐавеÑÑ
Ñ
'W' don't wrap around the end of the file
If neither 'w' or 'W' is given, the 'wrapscan' option applies.
remove({dict}, If the 's' flag is supplied, the ' mark is set, only if the
cursor is moved. The 's' flag cannot be combined with the 'n'
flag.
reverse({list}) 'ignorecase', 'smartcase' and 'magic' are used. Returns
When the {stopline} argument is given then the search stops
after searching this line. This is useful to restrict the
round({expr})
let match = search('(', 'b', line("w0"))
pumvisible() let end = search('END', '', line("w$"))
When {stopline} is used and it is not zero this also implies
that the search does not wrap around the end of the file.
A zero value is equal to not giving the argument.
repeat({expr}, When the {timeout} argument is given the search stops when
more than this many milli seconds have passed. Thus when
{timeout} is 500 the search stops after half a second.
The value must not be negative. A zero value is like not
giving the argument.
remote_read({se {only available when compiled with the +reltime feature}
If there is no match a 0 is returned and the cursor doesn't
search({pattern} [, {flags} [, {stopline} [, {timeout}]]]) *search()*
Search for regexp pattern {pattern}. The search starts at the
cursor position (you can use |cursor()| to set it).
4 4589,46-60 57%楥
Ñ
/zero