Reputation: 3336
I am using IntelliJ on a Mac and am looking for a keybinding that allows me to delete the character in front of the cursor. I know it is possible with fn+DEL, but I would like to remap it to control+d as it is in other buffers on my machine.
I've looked at the keymap in preferences and cannot find a corresponding command to remap. It almost seems that they didn't account for a desire to forward delete, which surely can't be the case.
Upvotes: 12
Views: 4406
Reputation: 18941
It's an action called (unsurprisingly) Delete (Preferences | Keymap | Main Menu | Edit | Delete)
Upvotes: 20