IntelliJ-Sublimate
A (sane) Sublime / TextMate inspired keymap for IntelliJ12
Notes
- I haven't tested this on previous versions of IntelliJ
- Keymap only setup for OSX at this time
- Color Scheme
colors/SubliMate.xml
is optional and simply adds a line highlight to the default theme Darcula
Installation
Import
File > Import Settings > [Select SubliMate.jar]
-- or --
Copy the SubliMate.xml
files to their respective directories in ~/Library/Preferences/IntelliJIdea12
Enable
Settings > Keymap > Keymaps: [Select SubliMate]
Settings > Editor > Colors & Fonts > Scheme name: [Select SubliMate]
Shortcuts
I've mixed together some Sublime and TextMate shortcuts, occasionally breaking IntelliJ shortcuts when necessry. Feel free to fork and help make a better overall collection of shortcuts!
- Open File - โT
- Find Function - โโงT
- Find - โF
- Find in Path - โโงF
- Replace - โR or โโฅF
- Replace in Path - โโงR or โโฅF
- Close Tab - โW
- Reopen Tab - โโงW
- Close All Tabs - โโฅW
- Close All Other Tabs - โโงโฅW
- Find Action (Quick Command Palette) - โP or ^โT
- Wrap (contents in...) - โง^W
- Duplicate Lines (โD duplicates line OR selection) - โโงD
- Delete Line - โK
- Go To Next Match Found (while searching) - โG
- Go To Previous Match Found (while searching) - โโงG
- Go To Line Number - ^G or โL
- others I'm probably forgetting
I removed โโงM so that I could reuse it for my system-wide Zoom shortcut