vim调整窗口高度

  let height = get(g:, "dispatch_quickfix_height", 5)

这是1356行.dispatch_quickfix_height设置高度.
这里有.
:3 split file.
ctrl+W 4+加高度.
execute (mods) 'copen' height,copen之后是高度.
:resize +3,:vertical resize精确控制宽度.

posted @ 2022-05-20 14:40  zjh6  阅读(27)  评论(0)    收藏  举报  来源