2

I'm trying to execute C-M-- from Emacs on Terminal (iTerm2) running on OSX, but I keep getting an error saying C-M-_ is undefined. Any ideas how to workaround this?

Galder Zamarreño
  • 1,537
  • 2
  • 12
  • 21

1 Answers1

0

I eventually got this working by going into iTerm2 preferences and adding a new global shortcut key binding where I entered as Keyboard Shortcut ^⌥-, chose Action Send Escape Sequence and just typed - in the Esc+ field. That seems to do the trick.

Thanks @Gilles and @PythonNut for their help :)

Galder Zamarreño
  • 1,537
  • 2
  • 12
  • 21
  • If you're satisfied with this answer, could you please accept it so we can mark it as answered? – Dan Oct 04 '15 at 15:51