Skip to content

Bind arrow keys, HOME key and END key #4

Description

@dhamidi

Some people expect the arrow keys to work for selecting items in the menu or moving the text cursor (point). Thus the arrow keys should be bound in the following manner:

  • UP shall be equivalent to C-p, moving the cursor upwards
  • DOWN shall be equivalent to C-n, moving the cursor downwards
  • LEFT shall be equivalent to C-b, moving point left by one character
  • RIGHT shall be equivalent to C-f, moving point right by one character

Additionally, the HOME and END keys should be bound:

  • HOME shall be equivalent to C-a, moving point to the beginning of the line
  • END shall be equivalent to C-e, moving point to the end of the line

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions