> Maybe a stupid question but do you have any tips on rembering all the > command's provided by plugin scripts?
One approach would be to "save" useful but rarely used commands in menus and then use :emenu. An alternative approach is provided by tcommand: http://github.com/tomtom/tcommand_vim You get a list of all known commands (since 0.2 the files where the commands were defined are included in the list) and menus. You then type some word related to the command/plugin. The list will then be restricted to those items matching that word. Regards, Tom -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
