Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm a Mac user and I've decided to learn Emacs. I've read that to reduce hand strain and improve accuracy the CTRL and CAPS LOCK keys should be swapped. How do I do this in Leopard?

Also, in Terminal I have to use the ESC key to invoke meta. Is there any way to get the alt/option key to invoke meta instead?

update: While the control key is much easier to hit now, the meta key is also used often enough that its position on my MacBook and Apple Keyboard also deserves attention. In fact, I find that the control key is actually easier to hit, so I've remapped my control key to act as a meta key. Does anyone have a better/more standard solution?

share|improve this question
1  
it's better to move it to for apple.stackexchange.com – yetanothercoder Dec 14 '12 at 10:05

10 Answers

up vote 86 down vote accepted

Swapping CTRL and CAPS LOCK

  1. Go into System Preferences
  2. Enter the Keyboard & Mouse preference pane
  3. In the Keyboard tab, click Modifier Keys...
  4. Swap the actions for Caps Lock and Control.

alt text

Using ALT/OPTION as META

  1. In the menu bar, click Terminal
  2. Click Preferences...
  3. Under the Settings tab, go to the Keyboard tab
  4. Check the box labeled Use option as meta key

alt text

That's it! You should be well on your way to becoming an Emacs master!

share|improve this answer
3  
'Use option as meta key' does work, but this result in me not being able to type braces and pipes '[]{}|' etc since they are on Option-7 and option now... well maps to meta. Any ideas? – Martin Wickman Oct 6 '09 at 15:15
1  
@wic: Don't those characters have their own keys? – Kyle Cronin Oct 6 '09 at 16:33
1  
Not here in Europe. With a norwegian keyboard they are mapped to alt- 8 and 9 and alt+shift- 8 and 9. – sverrejoh May 10 '10 at 7:36
2  
Switch layout when coding. Then they get their own keys like they should. I'm swedish and I never find the need to type my native characters while coding. – Per Wiklander Apr 8 '11 at 16:10
I also use the US keyboard layout, not only when programming. Not being able to type @, {}, or [] always drives me crazy, especially on terminals which meta key you can't change (happened on a Linux server once). – jocap Nov 4 '11 at 20:53
show 2 more comments

*

For reference, here are the key bindings, for moving around text:

*

option-left arrow move left one word
option-right arrow move right one word
option-delete back delete one word
shift-option-delete foward delete one word
option-up arrow move up one paragraph
option-down arrow move down one paragraph
command-left arrow move to start of current line
command-right arrow move to end of current line
shift + any of the above extend selection by appropriate amount

click then drag select text
double-click then drag select text, wrapping to word ends
triple-click then drag select text, wrapping to paragraph ends

shift-select text with mouse add to selection (contiguous)
command-select text with mouse add to selection (non-contiguous)
option-drag select rectangular area (non-contiguous)
command-option-drag add rectangular area to selection
drag selection move text
option-drag selection copy text

control-A move to start of current paragraph
control-B move left one character
control-D forwards delete
control-E move to end of current paragraph
control-F move right one character
control-H delete
control-K delete remainder of current paragraph
control-N move down one line
control-O insert new line after cursor
control-P move up one line
control-T transpose (swap) two surrounding character
control-V move to end, then left one character
control-Y paste text previously deleted with control-K

share|improve this answer
Another good resource is this page hcs.harvard.edu/~jrus/Site/System%20Bindings.html – Gourneau Jan 22 '12 at 23:26
C-h does delete in bash and in Mac OS X Cocoa text boxes, but it does help in emacs. – asmeurer Jan 27 '12 at 23:30

The other answer was very complete, but additionally I'd mention I just set the caps lock key to a second control key instead of swapping them.

Also, you'll notice that the large majority of the text entry fields in Mac OS X already accept emacs keystrokes (^A beginning of line, ^E end of line, ^P, ^N, ^K, ^Y, etc)

good luck

share|improve this answer
5  
You may be on to something - I can't remember the last time I user caps lock. – Kyle Cronin Oct 2 '08 at 16:14

I really like the answer provided by Kyle Cronin, but I want to add one thing - make sure you select the appropriate keyboard for this to work. If you have an external keyboard plugged into your laptop, then there are is an additional drop down box and you will need to do this for both keyboards (or at least for your external keyboard). The screen shot below shows the "Select Keyboard" dialog box - I have selected "Joint Mac Keyboard", which is MacBook's way of saying GoldTouch external keyboard - the default is the built-in keyboard.
Screen shot showing "Select Keyboard" dialog

Once I figured that out - this works great for me!

share|improve this answer

Not sure if you're totally married to using Emacs from the terminal, but another option is to use Carbon Emacs (my favorite) and Aquamacs (very Mac-like). Carbon Emacs uses the command key for meta, this is nice because you can do Control-Meta commands just by holding Control and Command down instead of first hitting escape then the control key sequence.

Also, if you're a serious Emacs user I thoroughly recommend that you get a keyboard suited for programming (that is one that is completely reprogrammable by itself). I use a Kinesis, it's a little bit of money but they are extremely durable and quite nice.

share|improve this answer

If you use emacs over an ssh connection, or through a machine not on your local computer, the page up/page down buttons scroll through the terminal buffer - in my experience, not too helpful.

You can set your page down and page up buttons to send the appropriate commands to emacs. In emacs, you can scroll through the emacs buffer like so:

  • Page Up: Ctl-v
  • Page Down: Esc-v

So, to have the terminal send these commands to emacs, follow the instructions above to alter the Alt keys for Meta. However, instead of setting the "use option as meta" option, find the "page down" and "page up" options.

Page Down

Double click the "page down" option to edit it. Change Action to "send string to shell" and enter \026 as the string. Save it.

Page Up

Double click the "page up" button to edit it. Change Action to "send string to shell" and enter \033v as the string. Save it.

share|improve this answer

Personally i have setup caps lock to behave like command on the system preferences and then on my emacs init.el file have:

(setq mac-command-modifier 'ctrl)

and this lets me use caps lock as command in most osx applications and as control in emacs. works well enough for me.

share|improve this answer

(not an ergonomic keyboard, but i really like the keys' travel and feel, and Control key , Caps Lock are swapped).

http://matias.ca/osxkeyboard/index.php

share|improve this answer

I've created a fairly comprehensive set of bindings here for use outside of Terminal.

Personally, I can't use the mac laptop keyboard due to the absence of the right control key.

Instead, I have been using the Microsoft Natural Ergonomic Keyboard 4000 for over 7 years: it's got really fat, well-positioned Ctrl and Alt keys, and after downloading its drivers the "Start" and "Application" keys are trivially remapped to the Mac Cmd key, which is also fat and easily depressed.

To avoid emacs ergonomic concerns I've trained myself to use Ctrl, Alt, and Cmd the same way we use Shift - depressing them with the hand opposite the one typing the actual key. (That is, I just leave Caps Lock as is.)

share|improve this answer

This might sound like an unuseful question to your question, but...

Why would you want to use a text editor that requires you to reconfigure your keyboard to reduce hand strain?

share|improve this answer
2  
@lajos From what I understand, back when Emacs was first written, control was where caps lock is today on modern keyboards. To answer your question, there are enough smart people that use Emacs for me to give it serious consideration. – Kyle Cronin Oct 2 '08 at 15:53
5  
Just to clarify: The text editor does not require you to reconfigure the keys so that you can reduce hand strain. The keyboard layout of modern keyboards requires that. – Per Wiklander Apr 8 '11 at 18:04
@lajos - Also to clarify a bit further, while it's true nature is swamped in a layer of mystery, Emacs isn't just a text-editor, in fact, it's probably better to say Emacs is a Lisp environment, with a ship-load of text editing features, which is easy enough to extend that it gets language syntax support before most other general purpose text-editors, and is also able to appropriate text editing modes of any other editor you care to mention. This is pretty much why those smart people use it. – Slomojo Feb 2 at 23:15

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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