Page MenuHome

Emacs key binding in text editor
Closed, ArchivedPublicPATCH

Description

Here is what i have done sofar. This is not complete by any means. It is here for fun and testing for those that aditected to emacs.
There is 2 new buttons in the View & Control to enable these keys.
Here is a list of that is incorperated so far.

C == Left Control
M == Meta = Alt

C-f move forward one character
C-b move backward one character
C-n move to next line
C-p move to previous line
C-a move to beginning of line
C-e move to end of line
C-v move forward one screen
M-v move backward one screen
C-s search forward
<DEL> delete forward one character
C-d delete forward one character
C-w Cut
C-y Paste


Unfortunatly i have not worked on Esc key acting as Control as emacs does, but it is something on my agenda.


Event Timeline

Ton Roosendaal (ton) changed the task status from Unknown Status to Unknown Status.Mar 24 2007, 1:17 PM