goldfeld / vim-seek

Seek makes navigating long lines effortless, acting like f but taking two characters.
MIT License
467 stars 20 forks source link

v to ?? #17

Open xuwupeng2000 opened 11 years ago

xuwupeng2000 commented 11 years ago

Hi there I really enjoy using your plugin. Thank you very much. Just one question can seek to something like: v to ?? like d x ?? Thank you again.

goldfeld commented 11 years ago

Hi and thanks! I'm not sure I understand it, do you mean 'v' as in visual mode? You'd like to use visual mode to select text up to a certain point like dx allows with deletion? I haven't implemented visual mappings for seek yet, but it's something I want to do soon.

xuwupeng2000 commented 11 years ago

Yes you are right, that is what I mean.

justinmk commented 10 years ago

@xuwupeng2000 https://github.com/justinmk/vim-sneak supports visual-mode motion.