clink icon indicating copy to clipboard operation
clink copied to clipboard

Clink disables use of writing escape sequences

Open tilkinsc opened this issue 4 years ago • 1 comments

If I were to want to play a bell character from the prompt, all I have to do is put echo then press CTRL + G and it would input ^G sequence. It is no longer possible to do this.

tilkinsc avatar Jun 17 '20 02:06 tilkinsc

Try binding a key to the unquoted-insert command. unquoted-insert inserts the next keypress as literal characters.

Or maybe try binding ^G to self-insert.

chrisant996 avatar Sep 20 '20 23:09 chrisant996