junegunn / vim-peekaboo

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

Question: format for g:peekaboo_window #45

Closed al3xandru closed 7 years ago

al3xandru commented 7 years ago

My apologies for asking this question here, but I couldn't find how to configure the position of the peekaboo window. I noticed the setting g:peekaboo_window but it's not clear to me what format I should use for that.

I wanted to make the peekaboo_window show up at the top in a horizontal split, so my failed attempt was:

let g:peekaboo_window='split topleft'

thanks

junegunn commented 7 years ago

You can use topleft new. See :help topleft and :help new for the details.

al3xandru commented 7 years ago

Thank you. I did check the help following the lead from botright but I missed the new part.