Kiffin Gish wrote:
> I can view all of the current key bindings by using <esc>:map<CR>.
> 
> How can I save this output to a file?

You want to read up on the ":redir" command.

   :redir > file.txt
   :map
   :redir END


> How can I generate a similar list of all available key binds,
> e.g. those not used with ^C ?


I'm not sure what you mean by "not used with ^C"

-tim



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

Reply via email to