junegunn/vim-slash

Center cursor

rainerborene opened this issue · 1 comments

I know that there are some missing features and you don't care about it... but this one is difficult to
implement?

augroup Oblique
  au!
  au User Oblique       normal! zz
  au User ObliqueStar   normal! zz
  au User ObliqueRepeat normal! zz
augroup END

Nope!