Difference between revisions of "ViKeys"

From RogueBasin
Jump to navigation Jump to search
Line 4: Line 4:
y k u
y k u
  \|/
  \|/
h-*-l
h-.-l
  /|\
  /|\
b j n
b j n
Line 16: Line 16:
b n
b n
</pre>
</pre>
The '.' key is often used to stay in one place.


[[Category:User interface features]]
[[Category:User interface features]]

Revision as of 20:04, 19 September 2005

Keyboard controls for moving the cursor in Vi(m) and some Roguelikes.

y k u
 \|/
h-.-l
 /|\
b j n

The keys are laid out so that 'hjkl' are all on one line of the keyboard. (This may not be the case on non-us keyboards). As they are (supposed to be) on the keyboard:

y u
 h j k l
b n

The '.' key is often used to stay in one place.