bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Keyboard history control


From: Elias Mårtenson
Subject: Re: [Bug-apl] Keyboard history control
Date: Sun, 14 Sep 2014 22:39:34 +0800

C-f is forward. Move cursor to the right. C-b is backward, the opposite. C-k deletes everything from the cursor to the end of the line and copies the deleted text to a cut buffer. C-y pastes the content of the cut buffer to the position of the cursor.

If you really want to be fancy, you can add the following too:

C-space, set the position of the mark. C-w delete everything between the cursor and the mark (and copy it to the cut buffer). 

Regards,
Elias

On 14 September 2014 22:34, Juergen Sauermann <address@hidden> wrote:
Hi Elias,

I have added ^A, ^E, ^P, and ^N assuming they mean cursor home/end/up/down, SVN 472.

Not sure what ^F,^B,^K or ^Y are doing? I believe we should not become too emacs-ish?

/// Jürgen


On 09/13/2014 12:44 PM, Elias Mårtenson wrote:

With the new history control, none of the control-character shortcuts don't work anymore, including C-p, C-n, C-f, C-b, C-a, C-e, C-k and C-y.

Could this be added? I suppose it's a simple matter of adding mappings to existing functions.

Regards,
Elias




reply via email to

[Prev in Thread] Current Thread [Next in Thread]