What is Vim recording and how can it be disabled?

后端 未结 6 723
抹茶落季
抹茶落季 2020-12-22 14:20

I keep seeing the recording message at the bottom of my gVim 7.2 window.

What is it and how do I turn it off?

6条回答
  •  时光取名叫无心
    2020-12-22 15:05

    It means you're in "record macro" mode. This mode is entered by typing q followed by a register name, and can be exited by typing q again.

提交回复
热议问题