vim-easymotion icon indicating copy to clipboard operation
vim-easymotion copied to clipboard

easymotion-bd-t and easymotion-bd-tl don't work as intended

Open alienbogart opened this issue 7 years ago • 0 comments

1. 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):

01_bd-tl

After I hit f: 02_bd-tl

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

03_bd-t

After I hit A: 04_bd-t

alienbogart avatar May 10 '18 15:05 alienbogart