Y
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
WildUtah
3401 days ago
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.
link
henrikgs
3401 days ago
It should be both
http://stevelosh.com/blog/2012/10/a-modern-space-cadet/#cont...
link
As for <esc>,
You'll love it.