python-prompt-toolkit v2.0.3 Release Notes

Release Date: 2018-06-08 // almost 6 years ago
  • ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix in 'x' and 'X' Vi key bindings. Correctly handle line endings and args.
    • ๐Ÿ›  Fixed off by one error in Vi line selection.
    • ๐Ÿ›  Fixed bugs in Vi block selection. Correctly handle lines that the selection doesn't cross.
    • ๐Ÿ›  Python 2 bugfix. Handle str/unicode correctly.
    • ๐Ÿ– Handle option+left/right in iTerm.