[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: feature request : onoff option to when c-c make a space before the d
From: |
Greg Wooledge |
Subject: |
Re: feature request : onoff option to when c-c make a space before the displayed ^C |
Date: |
Wed, 23 Oct 2024 15:33:12 -0400 |
On Wed, Oct 23, 2024 at 21:13:30 +0200, #!microsuxx wrote:
> i had many times i control-C and it ruined the command copypaste
> i only had such experience , no good , by no space between when ^C is
> printed by c-c by the shell ..
>
> so i suggested an on off option to make it print a space before
> or other option for other mod , but i dunno
> so only this one space before ^C opt
You can completely disable the ^C from being printed by putting
set echo-control-characters off
in your ~/.inputrc file. This may or may not suit your needs. I've
been using it for quite a while now.