ConEmu with Git Bash delete key won't work

1.7k Views Asked by At

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.

3

There are 3 best solutions below

2
On BEST ANSWER

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

export TERM=xterm

1
On

I edit the file Minttyrc - ONLY SELECTED

BoldAsFont=no
Font=Lucida Sans Typewriter
Term=xterm
Transparency=low
CursorBlinks=no
CursorType=block
OpaqueWhenFocused=yes
BackspaceSendsBS=no
CtrlAltIsAltGr=no
AltFnShortcuts=yes
CopyOnSelect=no
CopyAsRTF=no
ClicksPlaceCursor=yes
DeleteSendsDEL=no
CtrlShiftShortcuts=yes
ClicksTargetApp=no

0
On

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.