On 06/02/09 21:51, James Freer wrote:
> I've just joined this group hoping to learn about vim.
>
> I've spent sometime this evening trying to find a decent key bindings
> chart. The best i've found is vimqrc.pdf. The vi-vim-tutorial.gif is
> good but i'd rather just have a single page listing if possible.
>
> Does anyone know of a better one?
>
> thanks
> james
Start Vim, then type
:help index.txt
When you hit Enter, you'll see a help file, listing all key bindings
alphabetically for each mode. Anything that appears (in the default Vim
colors) in green, such as the key bindings themselves, is a link to
further help, obtained by double-clicking with the mouse or by hitting
Ctrl-] after placing the text cursor on it.
This is an example of a basic concept about Vim: _everything_ is in the
built-in help. In fact, I know of no program anywhere in cyberspace
which has a help of a quality even remotely approaching that of Vim. The
flip side of that coin is that sometimes finding "the right help page"
is a needle-in-a-haystack problem; but even for that there are built-in
tools; see
:help
:help :help
:help {subject}
:help 'wildmenu'
:help :helpgrep
:help :cnext
:help quickfix.txt
Best regards,
Tony.
--
Ducharme's Precept:
Opportunity always knocks at the least opportune moment.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---