文件名称:eighties.vim:自动调整窗口大小
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-17 08:02:24
Vimscript
80.vim 自动调整窗口大小 特征 切换时调整当前窗口的宽度 计算最小宽度(默认为80)+行号/符号/等 不会缩小当前窗口 不会调整侧面板的大小(支持NERDTree和vimpanel) 可以将其他bufname条目指定为数组。 请参阅 安装 如果您尚未使用插件管理器,建议您使用 Plug ' justincampbell/vim-eighties ' Plugin ' justincampbell/vim-eighties ' cd ~/.vim/bundle git clone git://github.com/justincampbell/vim-eighties.git 配置和默认值 let g: eighties_enabled = 1 let g: eighties_minimum_width = 80 let g: eighties_extra_width = 0 " I
【文件预览】:
eighties.vim-master
----.gitignore(15B)
----Makefile(326B)
----LICENSE(1KB)
----doc()
--------eighties.txt(0B)
----CHANGELOG.md(526B)
----README.md(1KB)
----plugin()
--------eighties.vim(346B)
----autoload()
--------eighties.vim(2KB)
----README(605B)