HomeMathComputingArtsWordsLiteratureMusictwitter facebook webfeed

ErgoEmacs Keybinding

Xah Lee, 2007-07, …, 2011-04-17

Emacs's default keybindings are very ergonomically painful, for several reasons. (For detail, see: Why Emacs's Keyboard Shortcuts Are Painful.) This page shows a emacs package that makes your emacs use a new shortcut set. This shortcut set is designed based on ergonomic principles, based on emacs's command call statistics, similar to how Dvorak Layout is designed.

The Layout

ergonomic emacs layout qwerty 5.3.4
Advertise Here For Profit
←w→wprev/next word
←¶→¶prev/next paragraph
|←→|beginning/ending of line
⌫w⌦wdelete prev/next word
|⌫⌦|delete to beginning/end of line
page up/down
|◀▶|beginning/end of file
isearch←isearch→isearch previous/next

Layout image with Dvorak key labels: ErgoEmacs Keybinding Dvorak.

Download

Latest Version

ErgoEmacs keybindings v5.3.9 (Released on 2011-04-17, tested with emacs 23.2.1.)

To install, just follow the easy steps in the package. Release notes is also in the package.

Release note: Source ergoemacs.googlecode.com

Older Version

Older versions, for emacs 22 or emacs 23:

These older versions are provided for whatever reasons people might want them. You shouldn't use it unless you have good reasons. The 4.3.x versions are simple settings of global keymap, not a minor mode. The 5.3.x version is a minor mode.

ErgoEmacs Keybinding Features

What People Say?

System-wide ErgoEmacs Keybinding for Windows, Mac, Bash

Design Basis

Here's the outline of how this design is arrived.

Statistics of emacs commands are compiled from emacs users, and are listed by frequency of use. The top about 30 ones, are given a keyboard shortcut.

To assign the key position, the following rules are used. The rules are listed roughly in order of priority:

  1. Home row keys are the best.
  2. 2nd and 3rd fingers (pointing finger and index finger) are better than 4th (ring finger) and 5th finger (pinky).
  3. The row above home row is considered better than the row below home row for 2nd and 3rd fingers, but for 5th finger the row below is better. (extending fingers is slightly more comfortable than curling into a fist. For the pinky, the top row is more difficult to reach.)
  4. Right hand's keys are considered better than left hand's keys. (because most people are right handed)
  5. Alt is considered better than Ctrl. (Alt is a natural thumb curl, Ctrl is stretched pinky. Thumb is most powerful finger, pinkie the weakest)
  6. In general, cursor moving commands are placed all for the right hand, while text changing commands are all placed for the left hand. (grouping advantage)
  7. Similar commands should be grouped together to avoid scattering. For example, cursor moving by single char is together (I J K L). Undo, Cut, Copy, Paste are together (Z X C V). Delete char/word left/right are together (E R D F).
  8. Commands with logical reversal or extension are done with Shift key, after other priorities are considered. Examples: Undo/Redo, move cursor to previous/next pane, find replace by string/regex, isearch forward/backward, move cursor by beginning/ending of line. Delete line to the right/left.

The design is based on finger positions, not on first letter of command names. The shortcut set is the same for QWERTY and Dvorak. The ease of remembering what commands are on what keys are based on grouping and positioning. For example, cursor movings are all right hand, text changing are all left hand, moving or deleting to the left/right have keys that are place left and right together, and similar for up/down (by screen or to beginning/end of file). Undo, Cut, Copy, Paste are the familiar row Z X C V.

In this design, only the 【Alt+‹key›】 space is used. Some Alt+Shift is used too. 【Ctrl+‹key›】 space is not used except 7 standard keybindings (Open, Close, Save, Save As, Print, Select All). The operation and consistency of emacs are not affected.

Acknowledgement

David Capello rewrote this package into a full-featured minor-mode starting with version 5.0.0. (2009-09).

Thanks to many other people who helped in code snippets or suggestions. Please see the package's header for a full list.

References

blog comments powered by Disqus