hlissner / evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode
MIT License
340 stars 25 forks source link

Use snipe as a movement? #15

Closed ghost closed 9 years ago

ghost commented 9 years ago

This might be a lot of work, but it would be nice to be able do something like dsli to delete until li.

hlissner commented 9 years ago

This already exists. In operator mode it uses z/Z instead of s/S, this is to preserve compatibility with evil-surround. x/X also exists as well (for exclusive motions).

i.e. dzli will do the trick

ghost commented 9 years ago

D'oh I'm heladum.