Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Double tapping j in insert mode exits insert mode

Tags:

vim

I've managed to break my vim such that if I double tap j in insert mode then it exits insert mode without typing either of the js. I've done a full restart and no joy follows.

What have I managed to do?

like image 699
ColinHowe Avatar asked Mar 02 '26 16:03

ColinHowe


1 Answers

Figured it out thanks to Kent.

:iunmap jj
:iunmap kk

No idea how they magically got mapped to all of a sudden (vimrc says nothing).

It's entirely possible that I've just not noticed this behaviour before... I've been using it for a good 4-5 years though :(

like image 116
ColinHowe Avatar answered Mar 05 '26 05:03

ColinHowe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!