Saving output of :map in vim

后端 未结 4 2037
陌清茗
陌清茗 2021-01-04 07:31

Q1: Is there a way of saving the output of the command

:map

to a file?

Q2: In a related question, I have the following map in my v

4条回答
  •  旧巷少年郎
    2021-01-04 08:03

    Maybe you can resource the .vimrc file again. Something like:

    map  :source /path/to/.vimrc
    

提交回复
热议问题