Mac OS X Terminal: Map option+delete to "backward delete word" - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T18:29:22Z http://stackoverflow.com/feeds/question/327664 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/327664/mac-os-x-terminal-map-optiondelete-to-backward-delete-word 2 Mac OS X Terminal: Map option+delete to "backward delete word" ibz 2008-11-29T16:11:47Z 2008-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#327676 4 Answer by Glomek for Mac OS X Terminal: Map option+delete to "backward delete word" Glomek 2008-11-29T16:30:08Z 2008-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#327847 0 Answer by fuzzymonk for Mac OS X Terminal: Map option+delete to "backward delete word" fuzzymonk 2008-11-29T18:56:28Z 2008-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#327864 0 Answer by Dustin for Mac OS X Terminal: Map option+delete to "backward delete word" Dustin 2008-11-29T19:12:07Z 2008-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>