diff --git a/CHANGELOG.md b/CHANGELOG.md index c845a35..3339c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ ### Fixes -- Fix find and use latest Git install always using vendored Git. +- 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) - Fix Git prompt branch when using Git worktree. ## [1.3.19](https://github.com/cmderdev/cmder/tree/v1.3.19) (2022-01-15) diff --git a/vendor/init.bat b/vendor/init.bat index 440cb9a..ad946e8 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -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