[EMAIL PROTECTED] wrote:
> As there years pass I use ESC . daily hoping that it will get the last
> chunk of the previous line on my screen, despite any ^P's or ^R's I
> might have done.
> 
> Never have I wanted it to consider those ^P's and ^R's.

Since there are two key sequences pre-bound to yank-last-arg, why not
create a macro that first performs M-> (to take you to the end of the
history), then invokes M-_ to yank the last argument of the last
command?

Something like

"\M-.":"\M->\M-_"

would probably get you started.  The macro facility offers you a lot
of flexibility.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                       Live Strong.  No day but today.
Chet Ramey, ITS, CWRU    [EMAIL PROTECTED]    http://cnswww.cns.cwru.edu/~chet/


Reply via email to