1

I am working on a Python project using Vim with YouCompleteMe code completion. The thing is most of the docstrings don't fit in the preview window. Is it possible to increase the preview window height or navigate through it?

jarandaf
  • 4,297
  • 6
  • 38
  • 67

1 Answers1

1

You can find all the info you need on the preview window in:

:help preview-window

Take a look at the previewheight option:

:help 'previewheight'
romainl
  • 186,200
  • 21
  • 280
  • 313