The most common commands used in vim are covered in the Tutor me! section. You did the tutor right? The following sections contain some additional commands.
![]() | If you don't like the way the scrolling works you can adjust it with the scroll, scrolloff, and scrolljump options. Type :help scroll for more information. The vimrc files section explains how to make these adjustments permanent. |
Where number is a decimal number indicating the line number you wish to jump/move to.
Reference :help navigation and :help motion for more information on motion commands.
There are several options which allow you to enhance your searching. The hlsearch option highlights the text of the search. The incsearch option highlights and shows possible matches as you type the text. You can get more information on these options by typing :help hlsearch and :help incsearch. The vimrc files section explains how to make these adjustments permanent.
Do you have a simple editing option you use frequently? Please send it to us at newbiedoc-discuss@lists.sourceforge.net so we can add it to this document.