clink
clink copied to clipboard
Clink disables use of writing escape sequences
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.
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
.