On 03/11/08 18:26, Matthieu Louvel de Monceaux wrote:
[...]
> Oh yeah, and another thing, is there anything to see the whole set
> of default keybindings of Vim ?
> To make sure my bindings don't overwrite something.
>
> Cheers,
> M. Louvel de Monceaux

There are several such lists in the Vim help, for instance at

        :help index.txt

In addition, you may list your already defined mappings by means of

        :map
        :map!

You'll see that almost all keys or key combos are already taken, with 
the notable exception of F keys other than F1 (Help) and sometimes F10 
(Menu). Therefore I recommend using F2-F9, F11, F12 and Shift-F1 to 
Shift-F12 as the {lhs} of your mappings. (Ctrl-Fn and Alt-Fn are less 
portable; in particular, my KDE window manager intercepts them before 
any application has a chance to see them.)

Best regards,
Tony.
-- 
hundred-and-one symptoms of being an internet addict:
247. You use www.switchboard.com instead of dialing 411 and 555-12-12
      for directory assistance.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to