问题
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?
回答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'
来源:https://stackoverflow.com/questions/34132809/navigate-through-vims-preview-window