Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
355 views
in Technique[技术] by (71.8m points)

vim - 什么是vim录音以及如何禁用它?(What is vim recording and how can it be disabled?)

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

(我一直在gvim 7.2窗口底部看到recording信息。)

What is it and how do I turn it off?

(它是什么以及如何将其关闭?)

  ask by vehomzzz translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You start recording by q <letter> and you can end it by typing q again.

(您可以通过q <letter>开始录制,然后再次输入q即可结束录制。)

Recording is a really useful feature of Vim.

(录制是Vim非常有用的功能。)

It records everything you type.

(它记录您键入的所有内容。)

You can then replay it simply by typing @ <letter> .

(然后,您只需键入@ <letter>即可重播。)

Record search, movement, replacement...

(记录搜索,移动,替换......)

One of the best feature of Vim IMHO.

(Vim恕我直言的最佳功能之一。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...