[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nano-devel] [PATCH] interpolate functions in string binds
From: |
Marco Diego Aurélio Mesquita |
Subject: |
Re: [Nano-devel] [PATCH] interpolate functions in string binds |
Date: |
Sat, 1 Sep 2018 14:55:22 -0300 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Sat, Sep 01, 2018 at 10:25:47AM +0200, Benno Schulenberg wrote:
>
> Three hundred and fifty added lines just to translate ${word}s to
> key codes? ... Too much.
>
> Op 30-08-18 om 13:15 schreef Brand Huntsman:
> > bind ^C "^A"
> > bind ^D "^B"
> > bind ^E "^A${enter}"
> > bind ^F "^B${enter}"
>
> The things between quotes, are those literal control characters, or
> a caret plus a letter? If literal, it makes those things unpastable,
> which undoes some of the point of your patch.
>
Benno, what is your opinion on my approach? May I go ahead?