Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ Forward Delete Mac

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.

like image 720
user1978019 Avatar asked Jan 07 '14 21:01

user1978019


1 Answers

It's an action called (unsurprisingly) Delete (Preferences | Keymap | Main Menu | Edit | Delete)

like image 145
Peter Gromov Avatar answered Oct 19 '22 21:10

Peter Gromov