vim-easymotion
vim-easymotion copied to clipboard
easymotion-bd-t and easymotion-bd-tl don't work as intended
1. environment
- NVIM v0.3.0-1029-g48967695c, Build type: RelWithDebInfo
- vim-plug
- MX Linux 17 Horizon
- the rest of my environment
2. problem
According to the documentation, these commands should work similarly to the t command: move the cursor until 1 character before or 1 character after the target. But right now bd-t actually moves the cursor to position of the actual character.
3. Examples
3.1. With nmap t <Plug>(easymotion-bd-tl):

After I hit f:

3.2. With nmap t <Plug>(easymotion-bd-t):

After I hit A:
