junegunn / vim-peekaboo

:eyes: " / @ / CTRL-R
1.12k stars 38 forks source link

change location of sidebar? #85

Closed gilbh closed 1 year ago

gilbh commented 1 year ago

Hi,

Is it possible to open the sidebar on the left side of the screen and not on the right?

Thanks!

Gee19 commented 1 year ago

You can achieve this by adding let g:peekaboo_window='vertical topleft 30new' to your vimrc

gilbh commented 1 year ago

That's great, thanks!!