IntelliJ Keybinds for Xcode. Not all the keybindings are migrated yet.
| IntelliJ | xCode | New shortcut |
|---|---|---|
| Duplicate line | β+D | |
| Duplicate selection | β+D | |
| Delete line | CTRL+K | β§+β+L |
| Delete selection | CTRL+K | β§+β+L |
| Build | CTRL+B | β+F9 |
| Indent code | CTRL+I | β+I |
| Fold | β₯+β+β | β- |
| Unfold | β₯+β+β | β= |
| Step over | F6 | F8 |
| Step into | F7 | F7 |
| Step out | F8 | β§+F8 |
- Download the
IntelliJ.idekeybindingsfile - Open your terminal and move to `~/Library/Developer/Xcode/UserData/KeyBindings/
- Execute
open .to open the actual folder and copy theIntelliJ.idekeybindingsfile. - Open Xcode
- Go to `Preferences/Key binding and choose your profile.
It can crash on the first time you import this theme, but after reset XCode it should work like a charm ;)
Feel free to improve it or add more modifications!! It's a work in progress and not all the bindings from IntelliJ are 100% portable for the reserved use of command β for modifiers