Saving output of :map in vim

后端 未结 4 2031
陌清茗
陌清茗 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 07:40

    If your problem is that gets remapped, you can use :verbose map to see where it is defined, and change it accordingly.

提交回复
热议问题