zsh-users
 help / color / mirror / code / Atom feed
From: Pier Paolo Grassi <pierpaolog@gmail.com>
To: Mikael Magnusson <mikachu@gmail.com>
Cc: Peter Stephenson <p.w.stephenson@ntlworld.com>,
	Zsh-Users List <zsh-users@zsh.org>
Subject: Re: prepopulate BUFFER
Date: Fri, 29 Apr 2022 17:56:21 +0200	[thread overview]
Message-ID: <CAP+y1xBWx_C6+cAWH7NRB8r5SGopCwvCERCUgoGdPs49pvyzbQ@mail.gmail.com> (raw)
In-Reply-To: <CAHYJk3Ry=dmR+u-1FQ9Ytob2-Ed=Os_NFjaqqgLG8Tc-BTSp=Q@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]

Hi, thanks, I already use that, I even have a widget that rebinds enter so
I can switch it temporarily to accept-and-hold.
This use case is a bit different, since I return always to the original
(incomplete) version of the command line, and I have only to complete it
instead of deleting what I don't need anymore and fill the blanks

Pier Paolo Grassi


Il giorno ven 29 apr 2022 alle ore 17:25 Mikael Magnusson <mikachu@gmail.com>
ha scritto:

> On 4/29/22, Pier Paolo Grassi <pierpaolog@gmail.com> wrote:
> > thanks, I ended doing it like this:
> >
> > zle-line-init(){
> >     [[ -n $__precmd_buffer ]] && {
> >         BUFFER=$__precmd_buffer
> >         CURSOR=$__precmd_cursor
> >     }
> > }
> >
> > and storing the current line and cursor position with:
> >
> > set_precmd_buffer() {
> >     __precmd_buffer=$BUFFER
> >     __precmd_cursor=$CURSOR
> > }
> > zle -N set_precmd_buffer set_precmd_buffer
> > bindkey "^X^[e" set_precmd_buffer
> >
> > best regards!
>
> Perhaps you would like to know about the accept-and-hold widget (bound
> to alt-a by default)?
>
> --
> Mikael Magnusson
>

[-- Attachment #2: Type: text/html, Size: 1835 bytes --]

  reply	other threads:[~2022-04-29 15:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-29 13:21 Pier Paolo Grassi
2022-04-29 13:28 ` Peter Stephenson
2022-04-29 14:16   ` Pier Paolo Grassi
2022-04-29 14:18     ` Pier Paolo Grassi
2022-04-29 14:25       ` Peter Stephenson
2022-04-29 14:53         ` Pier Paolo Grassi
2022-04-29 15:25           ` Mikael Magnusson
2022-04-29 15:56             ` Pier Paolo Grassi [this message]
2022-04-29 16:20               ` Bart Schaefer
2022-04-29 19:34                 ` Pier Paolo Grassi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAP+y1xBWx_C6+cAWH7NRB8r5SGopCwvCERCUgoGdPs49pvyzbQ@mail.gmail.com \
    --to=pierpaolog@gmail.com \
    --cc=mikachu@gmail.com \
    --cc=p.w.stephenson@ntlworld.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).