Making iTerm to translate 'meta-key' in the same way as in other OSes - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T14:24:11Zhttp://stackoverflow.com/feeds/question/196357http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/196357/making-iterm-to-translate-meta-key-in-the-same-way-as-in-other-oses1Making iTerm to translate 'meta-key' in the same way as in other OSesejel2008-10-13T00:17:53Z2009-07-01T00:13:20Z
<p>In bash shell with emacs key-binding, you can use key combination like M-f, M-b to move one word forward or backward on the shell prompt respectively. Usually, the meta key is mapped to Alt key on Windows and Linux. However, in iTerm, I could not find a way to map this meta key to either Option or Command key on my MacBook Pro.</p>
<p>It seems that in OS X, the meta key is by default mapped to ESC key. So you can use ESC-f, ESC-b on iTerm. However, ESC key is apparently not practical to use. In addition, iTerm does have option that allow you to modifier mapping for the meta key (Bookmarks > Profiles > Keyboard Profiles > Global > Option Key as...), this setting does not seem to work at all.</p>
<p>Therefore, if anyone know what is the solution to this problem, please let me know. </p>
<p>I have upgraded to the latest release, 0.9.6.1012, and this behavior is still persist.</p>
<p><strong>Edit:</strong> Some clarification to my question. The key-binding I'm talking about is for bash shell, not in emacs. It just happens that, by default, bash shell also use the same key-binding as emacs.</p>
http://stackoverflow.com/questions/196357/making-iterm-to-translate-meta-key-in-the-same-way-as-in-other-oses/196622#1966220Answer by fabian for Making iTerm to translate 'meta-key' in the same way as in other OSesfabian2008-10-13T03:15:00Z2008-10-13T03:15:00Z<p>Try "export LANG=C". I'm not emacs expert, but I found this enables emacs on OS X to recognize the Option key as the Meta key in iTerm,</p>
http://stackoverflow.com/questions/196357/making-iterm-to-translate-meta-key-in-the-same-way-as-in-other-oses/196675#1966750Answer by Kyle Cronin for Making iTerm to translate 'meta-key' in the same way as in other OSesKyle Cronin2008-10-13T03:57:39Z2008-10-13T03:57:39Z<p>I don't know about iTerm, but you can do this in Terminal. Instructions can be found here:</p>
<p><a href="http://stackoverflow.com/questions/162896/emacs-on-mac-os-x-leopard-key-bindings#162907">http://stackoverflow.com/questions/162896/emacs-on-mac-os-x-leopard-key-bindings#162907</a></p>
http://stackoverflow.com/questions/196357/making-iterm-to-translate-meta-key-in-the-same-way-as-in-other-oses/197092#1970926Answer by Sam Keshavarzi for Making iTerm to translate 'meta-key' in the same way as in other OSesSam Keshavarzi2008-10-13T09:27:33Z2008-10-13T09:27:33Z<p>Try Option Key as +Esc</p>
<p>Works for me in emacs, though I'm not sure if it will have any other undesirable effects.</p>
http://stackoverflow.com/questions/196357/making-iterm-to-translate-meta-key-in-the-same-way-as-in-other-oses/268997#2689971Answer by nyenyec for Making iTerm to translate 'meta-key' in the same way as in other OSesnyenyec2008-11-06T15:02:23Z2008-11-06T15:02:23Z<p>I couldn't get the Alt key working either but there is a workaround that makes it at least function for word navigation via the cursor keys:</p>
<p><a href="http://hackaddict.blogspot.com/2007/07/skip-to-next-or-previous-word-in-iterm.html" rel="nofollow">Skip to Next or Previous Word in iTerm Using Alt / Option + Left or Right Arrow Keys</a></p>
http://stackoverflow.com/questions/196357/making-iterm-to-translate-meta-key-in-the-same-way-as-in-other-oses/345949#3459492Answer by Hatem Nassrat for Making iTerm to translate 'meta-key' in the same way as in other OSesHatem Nassrat2008-12-06T05:08:23Z2008-12-06T05:08:23Z<p>Opiton key as +Esc worked for me as well in irssi.</p>
http://stackoverflow.com/questions/196357/making-iterm-to-translate-meta-key-in-the-same-way-as-in-other-oses/438892#4388922Answer by Dag Høidahl for Making iTerm to translate 'meta-key' in the same way as in other OSesDag Høidahl2009-01-13T13:12:53Z2009-01-13T13:12:53Z<p>Go to <em>Bookmarks > Manage Profiles</em>. Then select <em>Keyboard Profiles > Global</em> and choose <em>Option Key as Meta</em>. This works for me in version 0.9.6.1201.</p>
http://stackoverflow.com/questions/196357/making-iterm-to-translate-meta-key-in-the-same-way-as-in-other-oses/1066746#10667460Answer by mnb for Making iTerm to translate 'meta-key' in the same way as in other OSesmnb2009-07-01T00:13:20Z2009-07-01T00:13:20Z<p>Go to Bookmarks > Manage Profiles. Then select Keyboard Profiles > Global and choose Option Key as +ESC.</p>
<p>Works in iTerm Build 0.9.5.0611 & Build 0.9.6.20090415</p>