如何调整vim的布局

小魔菇 2010-09-06 01:04:11
我想把左边的列表bufexplorer和tlist弄到右边去 把邮编的内容编辑框整到左边来 
如图所示

在.vimrc中如何配置呢?
google了一下 木有找到

请高手指点一哈
file:///C:/Documents%20and%20Settings/kangsun/桌面/1.jpg

...全文
152 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
小魔菇 2010-09-09
  • 打赏
  • 举报
回复
恩 tlist我用过 会设置 但是加上bufferexplorer之后就不会设置了
Linux-Torvalds 2010-09-07
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 eclipse_2 的回复:]

图片传不上去 悲剧了
[/Quote]
你可以先把图片上传到你的csdn空间,然后再贴出来。前面的那个没有用过,taglist的话,这里有一个参考。~/.vimrc
let Tlist_Show_One_File = 1 " Displaying tags for only one file~
let Tlist_Exist_OnlyWindow = 1 " if you are the last, kill yourself
let Tlist_Use_Right_Window = 0 " split to the right side of the screen
let Tlist_Sort_Type = "order" " sort by order or name
let Tlist_Display_Prototype = 0 " do not show prototypes and not tags in the taglist window.
let Tlist_Compart_Format = 1 " Remove extra information and blank lines from the taglist window.
let Tlist_GainFocus_On_ToggleOpen = 0 " Jump to taglist window on open.
let Tlist_Display_Tag_Scope = 1 " Show tag scope next to the tag name.
let Tlist_Close_On_Select = 0 " Close the taglist window when a file or tag is selected.
let Tlist_Enable_Fold_Column = 0 " Don't Show the fold indicator column in the taglist window.
let Tlist_WinWidth = 40
小魔菇 2010-09-06
  • 打赏
  • 举报
回复
图片传不上去 悲剧了
小魔菇 2010-09-06
  • 打赏
  • 举报
回复

23,217

社区成员

发帖
与我相关
我的任务
社区描述
Linux/Unix社区 应用程序开发区
社区管理员
  • 应用程序开发区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧