On 2010-08-10 16:05 -0400, Mike Frysinger wrote:
> On Tue, Aug 10, 2010 at 2:08 PM, Andre Majorel wrote:
> > Binding printable ASCII characters to readline functions is
> > convenient but it can bite you when you paste text into a shell.
> >
> > Is there a way to bypass readline while pasting ? Som
Andre Majorel writes:
> Binding printable ASCII characters to readline functions is
> convenient but it can bite you when you paste text into a shell.
This also bites me from time to time when I cut-and-paste a
command from an editor window into a bash terminal window. If
the line that I cut-an
On Tue, Aug 10, 2010 at 2:08 PM, Andre Majorel wrote:
> Binding printable ASCII characters to readline functions is
> convenient but it can bite you when you paste text into a shell.
>
> Is there a way to bypass readline while pasting ? Something like
> a ^V toggle or a ^V that lasts until the next
On 8/10/10 2:08 PM, Andre Majorel wrote:
> Binding printable ASCII characters to readline functions is
> convenient but it can bite you when you paste text into a shell.
>
> Is there a way to bypass readline while pasting ? Something like
> a ^V toggle or a ^V that lasts until the next newline or