Intellij setup
These are the productivity tweaks I make to all IntelliJ environment I use.
Settings
Enable ‘camel humps’: When navigating over words, the cursor will stop at camel case and underscore sub-word boundaries (docs).
Disable ‘honor camel humps’: When combined with the above, double clicking on a word will still select the entire word, rather than just the camel-hump sub-word (docs).
Key mappings
Set cmd+ctrl+s to ‘Select File in Project View’: Reveal the currently open file in the project view sidebar.
Set ctrl+shift+o to ‘Open Recent’: Opens the recent projects popup.
Fixes
On macOS, disable the ‘Search man Page Index in Terminal’ global keyboard shortcut in System Settings > Keyboard > Keyboard Shortcuts > Services > Text in order to prevent cmd+shift+a from opening the macOS terminal search instead of the intended IntelliJ actions dialog (issue).