mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
Remove set term=cygwin in init.bat (#2688)
This commit is contained in:
parent
fc00cc8be2
commit
e345f187d8
@ -2,6 +2,11 @@
|
||||
|
||||
## [Unreleased](https://ci.appveyor.com/project/MartiUK/cmder/build/artifacts) (2022-03-17)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Remove setting `term=cygwin` in `init.bat` to fix random `ABCD` characters when using arrow keys in `vim`.
|
||||
- See: [Sometimes pressing on arrow keys prints symbols #1691](https://github.com/Maximus5/ConEmu/issues/169)
|
||||
|
||||
### Changes
|
||||
|
||||
- Fix Git prompt branch when using Git worktree.
|
||||
|
1
vendor/init.bat
vendored
1
vendor/init.bat
vendored
@ -211,7 +211,6 @@ if "%CMDER_CONFIGURED%" GTR "1" (
|
||||
|
||||
:: I do not even know, copypasted from their .bat
|
||||
set PLINK_PROTOCOL=ssh
|
||||
if not defined TERM set TERM=cygwin
|
||||
|
||||
:: The idea:
|
||||
:: * if the users points as to a specific git, use that
|
||||
|
Loading…
Reference in New Issue
Block a user