I really recommend rebinding caps lock to escape. macOS lets you do that natively in keyboard setting nowadays. Still muscle memory to relearn, of course.
I got used to capslock in less than a day when I got MBP.
I recommend BetterTouchTool to remove the faux escape key and replace it with something as annoying as "Previous track".
After listening to the same track for a few hours it really stuck.
But you can't rebind esc to anything (natively), so you lose caps lock. Am I the only one who declares constants and envvars in capitals? And how do people write SQL? With their elbow on the shift key?
I've always just typed constants and SQL with my pinky on the left Shift key. It feels easier than having to toggle Caps Lock all the time.
In situations where I'm excited and messaging my friends to yell, I've typed entire sentences mostly holding down Left Shift. After some experimentation, it looks like even for normal sentence capitalization, I never use Right Shift unless I'm typing one-handed.
Caps for envvars is not a cosmetic convention, it's a style convention to indicate if a variable was sourced from the shell/parent/sourced file vs an internal definition.
Caps for constants is a long standing convention in many style guides and standard libraries.
You appear to be referring to shell scripts. I do not have an opinion on shell script capitalization. However, my opinion on capital keywords in SQL is that it is a relic of an older time when it was used to help visual parsing of the query.
Going further I’m of the opinion that color syntax highlighting does that job far better thus rendering the capital convention obsolete.
Note: you may have a different opinion than me and if you do the laws of the code formatting holy war demand that I assert that you’d be wrong.
Karabiner Elements is free and will let you bind Esc to Caps Lock. It actually allows general remapping for instance I use a Microsoft Sculpt keyboard with my Mac and have that stupid menu key remapped to be a second Option.
Yeah I SHIFT everything capital letters. Feel better than Capslock.
Not a Mac user but I wish my laptop has semi-full size keyboard (that includes everything excluding the number pad), but that's too big for laptops I guess :(
I’ve been doing this, as prompted by being assigned a touchstrip MacBook at my last job.
Have to say I was able to retrain pretty quickly. jj is now my first instinct even on full-sized keyboards. I now think it’s really an improvement. All about staying on that home row as much as possible..
I’ve only been using vim for about 10 years but I’m pretty sure I’ve hit escape less than a few thousand times in those years. One of the first things I did was imap jk <Esc> and it turns out that’s really all I need Escape for (Ctrl-C is goto to return to normal mode)...
You shouldn't be happy that they added that back, you should be pissed that they took it out in the first place, well knowing how many developers use Mac.
I'm happy we VIM users have been loud enough to get the most important key back. :-)
I know there's Ctrl-[ but it's 20 years of muscle memory to retrain, and I don't want to do that.