Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ConEmu with Git Bash delete key won't work

I am using ConEMU with Git Bash and all is working well except the delete key. When I press the delete key I get a ~ instead of the character being removed. The only way to delete is get in front of the character and press backspace.

I do no exhibit this problem using Powershell so I presume something else must be upsetting it.

I have searched the settings under Keys and Macros but cannot find anything to fix my problem.

like image 944
Reptile Avatar asked May 12 '26 18:05

Reptile


2 Answers

Put this into your .bashrc. Works fine for me.

export TERM=xterm

like image 182
chrjs Avatar answered May 14 '26 08:05

chrjs


Simply go to the git menu option in the git bash..

then to Terminal

there change the type to xterm... and backspace will work after restarting the bash terminal.

like image 33
Suraj Kumar Singh Avatar answered May 14 '26 09:05

Suraj Kumar Singh