A mapping of commonly used keybindings in IntelliJ for Linux and Windows for XCode on MacOS.
- Download the
IntelliJ.idekeybindings
file from the repository. - Move or copy it to
~/Library/Developer/Xcode/UserData/KeyBindings
. - Restart XCode
- XCode > Settings > Key Bindings > Key Bindings Set > IntelliJ
Action | Default | New |
---|---|---|
Commit | ⌥⌘C | ⌃K |
Push | - | ⌃⇧K |
Pull | ⌥⌘X | ⌃T |
Action | Default | New |
---|---|---|
Find in workspace | ⇧⌘F | ⌃⇧F |
Find & Replace in workspace | ⌥⇧⌘F | ⌃⇧R |
Action | Default | New |
---|---|---|
Refactor > Rename | - | ⇧F6 |
Refactor > Extract to Variable | - | ⇧⌥V |
Refactor > Extract to Method | - | ⇧⌥M |
Delete Line | - | ⌃Y |