Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Shift-Insert overwrites ZLE CUTBUFFER



On Oct 27, 12:05am, Mikael Magnusson wrote:
}
} Actually if you pass a parameter name to the bracketed-paste widget,
} it stuffs the pasted content in there and does literally nothing else.

Indeed, I forgot about that.  Minimally:

    my-bracketed-paste () {
      zle .bracketed-paste 'LBUFFER[CURSOR+1]'
    }



Messages sorted by: Reverse Date, Date, Thread, Author