On Sun, Jun 7, 2009 at 2:44 AM, Jeri Raye wrote: > > Hi, > > I know that :map gives you all the mappings currently active in (g)vim. > Is it possible to display only all the mappings that contains the shift key? > Or only the mappings with a z in it?
As far as filtering goes, :map foo would show only mappings that start with "foo". Beyond that, the mapcheck() and maparg() vimscript functions might prove useful. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
