简体   繁体   中英

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.

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

export TERM=xterm

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM