Mac OS X Terminal: Map option+delete to "backward delete word" - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T18:29:22Zhttp://stackoverflow.com/feeds/question/327664http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/327664/mac-os-x-terminal-map-optiondelete-to-backward-delete-word2Mac OS X Terminal: Map option+delete to "backward delete word"ibz2008-11-29T16:11:47Z2008-11-29T19:12:07Z
<p>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"!</p>
<p>Is there some other way to do it except from the preferences?</p>
http://stackoverflow.com/questions/327664/mac-os-x-terminal-map-optiondelete-to-backward-delete-word/327676#3276764Answer by Glomek for Mac OS X Terminal: Map option+delete to "backward delete word"Glomek2008-11-29T16:30:08Z2008-11-29T16:30:08Z<p>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."</p>
http://stackoverflow.com/questions/327664/mac-os-x-terminal-map-optiondelete-to-backward-delete-word/327847#3278470Answer by fuzzymonk for Mac OS X Terminal: Map option+delete to "backward delete word"fuzzymonk2008-11-29T18:56:28Z2008-11-29T18:56:28Z<p>You might also want to try <a href="http://iterm.sourceforge.net/" rel="nofollow">iTerm</a>, it provides finer control of keybindings.</p>
http://stackoverflow.com/questions/327664/mac-os-x-terminal-map-optiondelete-to-backward-delete-word/327864#3278640Answer by Dustin for Mac OS X Terminal: Map option+delete to "backward delete word"Dustin2008-11-29T19:12:07Z2008-11-29T19:12:07Z<p>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.</p>