up vote 19 down vote favorite
7
share [g+] share [fb]

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.

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.

Therefore, if anyone know what is the solution to this problem, please let me know.

I have upgraded to the latest release, 0.9.6.1012, and this behavior is still persist.

Edit: 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.

link|improve this question

After messing with this issue for a while and cannot figure out a solution. I gave up and switched to Terminal now. – ejel Oct 22 '08 at 19:51
2  
don't forget that iterm2 already exists and everything is fine in there=) – holms Feb 10 '11 at 1:33
Good to know. Thanks! – ejel Feb 11 '11 at 16:23
feedback

12 Answers

up vote 16 down vote accepted

Go to Bookmarks > Manage Profiles. Then select Keyboard Profiles > Global and choose Option Key as Meta. This works for me in version 0.9.6.1201.

link|improve this answer
2  
Optioin Key as +Esc worked for me. – Sridhar Ratnakumar Aug 2 '09 at 0:16
I had to change the xterm (OS X) entry rather than global, but it is working now. – Jason Axelson Aug 1 '10 at 22:39
+1 thanks for specific instructions, that saved me a bunch of digging. – Dave Paroulek Jan 6 '11 at 16:42
I don't know why on my machine the setting is broken on 0.9.6.1201 and several other builds I tried. It works, however, with the latest 0.9.6 build and 0.10 though. So it shouldn't be an issue now. – ejel Feb 11 '11 at 16:21
feedback

Try Option Key as +Esc

Works for me in emacs, though I'm not sure if it will have any other undesirable effects.

link|improve this answer
I did try Option Key as... with all choices but none of them works for me in bash shell. It only shows "?" every time I press the meta key combination. – ejel Oct 14 '08 at 2:40
1  
It looks like your input language has to be U.S. for the +ESC option to work. +ESC didn't work for me when I had the Japanese/Romaji input method selected, but it started to work once I switched the input language to U.S. – Dominic Cooney May 11 '09 at 6:42
This worked for me as well but doesn't make any sense – Scott Schulthess Feb 23 '10 at 18:55
feedback

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:

Skip to Next or Previous Word in iTerm Using Alt / Option + Left or Right Arrow Keys

link|improve this answer
feedback

Opiton key as +Esc worked for me as well in irssi.

link|improve this answer
feedback

Going all zombie resurrection here, but for sake of posterity --

This post got it working as you desire for me, for M-b and M-f, while keeping 'Option Key as Meta' set so you don't sacrifice a modifier (I have vim mappings using meta, personally).

In summary, in your Global Keyboard Profile, add two new mappings with settings:

  1. Key as hex code, value of 62 for b, 66 for f (man ascii)
  2. Modifier as Option
  3. Action as send escape sequence, value b or f

The only thing I still miss from Terminal.app is Opt-Backspace to delete by word. There are other workarounds for that, but I'm just trying to train myself to use Ctrl-w.

link|improve this answer
feedback

Go to Bookmarks > Manage Profiles. Then select Keyboard Profiles > Global and choose Option Key as +ESC.

Works in iTerm Build 0.9.5.0611 & Build 0.9.6.20090415

link|improve this answer
Hmm. The setting seems to be broken on my machine with these two versions as well. However, the latest 0.9.6.20090928 and 0.10 work as expected though. – ejel Feb 11 '11 at 16:11
feedback

It's easier in iTerm2. Go to preferences->bookmark->keyboard and select Option sends +ESC. In iTerm2 you can configure the left and right option keys separately, so remember to change both if that's what you want. Link for iTerm2: http://sites.google.com/site/iterm2home/

link|improve this answer
feedback

...and if you want to preserve your Option key as modifier (say, you use a keyboard layout that has some useful national characters bound as Opt+$key), there's a patch for iTerm to give you exactly that here

link|improve this answer
feedback

I found some solution on stackoverflow also, just go to keyboard profile and in "Global" change "Option key as" +ESC

that works for me perfectly =) btw some iterm patch exists also look here: http://www.emacswiki.org/emacs/EmacsForMacOS

link|improve this answer
feedback

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,

link|improve this answer
feedback

I don't know about iTerm, but you can do this in Terminal. Instructions can be found here:

http://stackoverflow.com/questions/162896/emacs-on-mac-os-x-leopard-key-bindings#162907

link|improve this answer
Thank you. I am aware that I can do that in Terminal. I just want to achieve the same result in iTerm. By the way, what I'm looking for is the key-binding in bash shell, not in emacs. It just happens that bash shell also uses emacs key binding. – ejel Oct 14 '08 at 2:42
feedback

Here is what worked for me: Bookmarks > Manage Profiles > Keyboard Profiles > Global/xterm > Option Key as +Esc. With this, I can use Option+Enter in Midnight Commander and the currently selected file/directory name shows up in the command string, as it should. Option Key as Meta did not work for me. My build of iTerm is 0.10.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.