如何使vim快速修复window在右侧?
How to make vim quick fix window on the right side?
如果我“:copen
”它默认在底部。
如果我“:botright copen
”它还在底部
如何让它出现在我的源文件的右侧window?
要将任何window移动到右侧,您可以按Ctrl-w L.
否则,您可以使用vertical
:
:vertical copen
如果我“:copen
”它默认在底部。
如果我“:botright copen
”它还在底部
如何让它出现在我的源文件的右侧window?
要将任何window移动到右侧,您可以按Ctrl-w L.
否则,您可以使用vertical
:
:vertical copen