views:

2699

answers:

5

Tried to map it from Preferences -> Settings -> Keyboard, but the "key" combo box has only "forward delete" but no "delete". My keyboard on the other hand has only "delete" and no "forward delete"!

Is there some other way to do it except from the preferences?

+13  A: 

Under Terminal > Window Settings > Keyboard you can check "Use option key as meta key." Many applications (including bash and tcsh) treat Meta-Delete as "backward delete word."

Glomek
A: 

You might also want to try iTerm, it provides finer control of keybindings.

csexton
+1  A: 

By default meta backspace does a backwards word yank in most shells. If you press escape and then press backspace, that pretty much works everywhere.

Dustin
A: 

I have a macbook, a new mac user.. how do I delete more than one letter at a time??? Thanks

newmacuser
A: 

In TextEdit, you can press and hold the option key and then the delete key (backspace).

Some One