Is there a way of saving the output of the command
:map
to a file?
In a related question, I have the following map in my vimrc file:
map <f1> :wa<cr>
when I load a latex file (I have the vim-latex plugin installed), the F1 key now invokes help. Is there a way of changing this without manually having to type the map again?
Thanks