Abort keystroke sequence?

3.1k Views Asked by At

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?

3

There are 3 best solutions below

8
On BEST ANSWER

Press ESC.

(no more text)

0
On

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.

3
On

Ctrl+C also aborts the current command.