easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

Is there a 'till find n' motion #410

Open blasco opened 4 years ago

blasco commented 4 years ago

There are t and T motions that take us to the character before the search, and there is an search-n motion. Is there a search-n motion that takes one character before? This is useful when combining with operators. If for example I want to delete to a search, right now I need to do "d(easymotion-sn)" but deletes one extra character (just as it happens if I would use f instead of t motion)

Is there a way to easily add this missing motion?