Changes in v1.21.1 (English)
- Removed the line deletion assigned to the uppercase
Dkey. This was done because the escape sequence for the left arrow key (\x1B[D) could be split in some environments, causing unintended behavior. Line deletion is still available viadd.(#65) - Improved handling of the Escape key by treating it as a prefix key, preventing misinterpretation of split ESC sequences. (#66, #67)
- As a result, the key used to cancel cell editing has changed:
- Previously:
Esc - Now:
Ctrl-G(consistent with Emacs behavior)
- Previously:
- The following internal libraries were updated as part of this change: