To disable “Entering Ex mode” in Vim

前端 未结 5 912
逝去的感伤
逝去的感伤 2021-01-31 06:57

I get the following 10X times a day by accident.

Entering Ex mode. Type \"visual\" to go to Normal mode.

How can you disabl

5条回答
  •  悲哀的现实
    2021-01-31 07:49

    If you don't want to map it to something else, just use :unmap. If you do have something else in mind, :map will work - take a look at the help pages to see the variations to specify what modes the map will be used in.

提交回复
热议问题