Hacker News new | ask | show | jobs
by yokohummer7 3401 days ago
Oh wow. I can't believe I didn't think of it earlier! As a Vim user I've always been told it is good to swap Caps Lock and Esc, yet I haven't actually tried it due to my laziness. Probably now is the time.
1 comments

Caps lock should be control, like it was when vi was invented. You can remap it under system preferences| keyboard| modifier

As for <esc>,

    :inoremap kj <Esc>
You'll love it.