1995eaton / chromium-vim

Vim bindings for Google Chrome.
https://chrome.google.com/webstore/detail/cvim/ihlenndgcmojhcghmfjfneahoeklbjjh
MIT License
2.25k stars 326 forks source link

add option/mapping to allow center search results horizontaly #628

Open kecmen opened 6 years ago

kecmen commented 6 years ago

Right now I can center to a search results using 'zz'. But this only centers vertically. If the page needs horizontal scrolling, the search result is not centered correctly and I need to manually scroll until i spot the highlighted result. Would it be possible to add support for this?

Thanks