On Sat, Sep 26, 2009 at 1:53 PM, <[email protected]> wrote: > > By the way: Why does this mapping does not influence keys in > insert mode? I thought, that -- if a mapping should only work > in normal mode -- one has to use nmap for example and that "map" > is used, when a mapping should work mode independantly?
Nope - see :help map-modes. :map affects normal, visual, and operator pending modes, :map! affects insert, command line, and lang-arg modes. Basically, :map affects all modes where the keys don't normally correspond to text showing up on the screen, and :map! affects the mode where they do. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
