goldfeld / vim-seek

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

plugin breaks diff mappings #20

Open smutch opened 10 years ago

smutch commented 10 years ago

With vim-seek loaded (via vundle), diff mappings such as do and dp fail to work in diff mode.

goldfeld commented 10 years ago

Yes, I'm sorry it's still undocumented, the switch to get back the native diff mappings is let g:seek_use_vanilla_binds_in_diffmode = 0

Vanilla here meaning native. Let me know if it works, it's been a while. I plan to do a major refactor on seek soon (without breaking backwards compatibility of course.)

smutch commented 10 years ago

Thanks for looking into this... The above switch seemed to work fine in restoring the diff mappings.

Thanks for a great plugin!