Much credit goes to @MaxfieldWalker and @brandonbloom for much of the work this patch!
Easymotion improvements
- Made it possible to specify custom characters for Easymotion keys as in #1981. Use
vim.easymotionKeysfor this new functionality! - Fix a bug with easymotion not appearing on some matches.
- Fixed a bug with easymotion appearing under code. #2009
- Started using the vscode theme color for markers instead of red and black as the default. #2017 (comment)
- Support for bidirectional easymotion commands.
Big thanks to @MaxfieldWalker for all of these improvements!
Other improvements and fixes
- Fix an occasional dereference of undefined that occurred occasionally on startup. Thanks @brandonbloom !
- Implemented
<C-]>and<C-t>. Thanks @brandonbloom ! - Fixed some pesky bugs with the paragraph objects. Thanks @brandonbloom !
- Implemented
''and``properly. This involved implementing a command on the VSCode side, so thanks @brandonbloom ! - Corrected an incorrect behavior of the new setting
mouseSelectionGoesIntoVisualMode. Thanks @nguymin4 !