vim调整窗口高度

阅读 38

2022-05-23


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​​精确控制宽度.



精彩评论(0)

0 0 举报