On Apr 22, 8:38 am, Tim Chase <[email protected]> wrote:
> Just out of curiosity, what does the "!" net you? I don't use
> mappings often enough (I only have [cni]noremap'ed <f1> to <esc>
> on my machines because I accidentally mash <f1> when stabbing for
> <esc>, particularly on my laptops) to have needed the nuances,
> and couldn't discern the difference from the help on mappings.
>
Basically, :map will show you normal, visual, and "operator pending"
mode maps only. :map! will show you insert and command-line mode maps
only.
Since the problem here was possibly an insert-mode mapping, :map! was
needed instead of :map.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---