Hi,
I want to write a little function in vim script
to put all settings into a file.
I want the output of
:map
:version
:set
(and more of this kind, if I will find them all...)
to go into that file. From the list I learned that "redir" is the
command of choice here.
But I want the function to doi its work non-interactively.
But :map (for example) wants <SPACE> to be pressed.
Hmmm...
Can I do something like
:<ignore_guy_in_front_of_the_monitor>map
(not thinking, that this really exists...) ???
Thanks for any
<PRESS KEY TO PROCEED>
help in advance!
<PRESS KEY TO PROCEED>
Keep hacking!
<PRESS KEY TO PROCEED>
mcc
;)