开发者

Abort keystroke sequence?

开发者 https://www.devze.com 2023-02-11 05:14 出处:网络
When using Vim I sometimes find myself midway through entering a key combination and change my mind or realise it\'s incorrect (I\'m still learning).

When using Vim I sometimes find myself midway through entering a key combination and change my mind or realise it's incorrect (I'm still learning).

For example I may have typed d, 4 and be about to press d in order to delete 4 lines开发者_如何学编程 and realise this is not what I want to do. How can I abort the current sequence of keystrokes?


Press ESC.

(no more text)


Ctrl+C also aborts the current command.


I prefer CTRL+[ over escape at all times, including aborting the current command. It's quicker and easier to type, particularly if you remap caps lock to ctrl.

0

精彩评论

暂无评论...
验证码 换一张
取 消