ergonomic-cursor

Ergonomic key layout for cursor movement in Atom

stmichael

248

2

0.2.1

MIT

GitHub

Ergonomic key layout for cursor movement in Atom

Some years ago I started using Emacs and Cabbage which introduced an alternative key layout to move the cursor. I really started to like the new layout because it limits the unnecessary movements of your hands from the center of the keyboard to the cursor keys and backwards.

When I switched to Atom I couldn't stand being without the ergonomic cursor movement. This project is Cabbages ergonomic cursor movement implementation ported to Atom.

Beware: This package currently only works on OS X.

Usage

The ergonomic layout uses the keys i, k, j and l to move the cursor. Obviously these keys cannot be overridden directly but in combination with meta keys this turns out to be a powerful feature.

Simple cursor movement

Fast cursor movement

Special cursor movement

Text selection

But how do you select one character to the right? cmd-l (move the cursor one character to the right) while holding shift is bound another action.

If you are familiar with Emacs you already know the solution. You start by placing a mark at the current cursor position. Then you move the cursor around. Everything between the mark and the current cursor position is selected. Then use the selection as you used it before installing this package.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request