[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Create newline in here-document mode
From: |
Pierre Gaston |
Subject: |
Re: [Help-bash] Create newline in here-document mode |
Date: |
Mon, 21 May 2018 16:59:50 +0300 |
On Mon, May 21, 2018 at 11:34 AM, Garreau, Alexandre <address@hidden
> wrote:
> Maybe it’s actually a readline question, I’m not sure, but, when editing
> (for instance, after hitting the up key and going backward in history) a
> here-document (<<EOF) command, how do you insert a newline? nor C-o nor
> C-m nor anything I know do work… is there something? I mean something
> else than C-k <RET> C-y?
>
>
C-v C-j seems to work (C-v to "quote" ie to insert the next char literally
C-j is newline)