Navigate through vim's preview window

别来无恙 提交于 2019-12-24 17:00:52

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!