Hacker News new | ask | show | jobs
by thomasahle 4038 days ago
How does this work? What if you are in insert mode and actually want to type j or k?
1 comments

It's the combination jk (or kj) that is set up to switch from insert to normal mode. The idea is that this combination rarely occurs in English text. The drawbacks are a slight delay in cursor movement when typing j or k as vim waits to see what comes next, and momentary confusion when you inevitably need to actually insert these sequences.