Vim 在 Windows xp 上隐藏撕纸菜单
我的问题是我试图在 Window XP(Sp3) 上隐藏 VIM
的 tear-off-menu
。我只是不喜欢它。我该怎么办呢。请帮忙。
作为建议,我问了下面提到的问题 -
我正在学习使用 Windows 的 VIM
编辑器,主要是 GUI 版本。然后我被指示从这个博客中学习 - Vim 新手教程视频。现在教程很好,但是 Windows 上的 VIM 教程几乎没有。谁能给我一些关于 vim 的 Windows 教程。
另一件事是,我试图使用 vimrc
文件该用户但无法为 Windows 设置插件。
My problem is I'm trying to hide the tear-off-menu
for VIM
on Window XP(Sp3). I just don't like it. How can I do that. Please help.
Just as a suggestions I'm asking the below mentioned question -
I'm learning to use the VIM
editor for Windows, mainly the GUI version. Then I was pointed to learn from this blog - Vim Novice Tutorial Videos. Now the tutorials are good but there are practically no tutorials for VIM on windows. Can anyone point me to some windows tutorial for vim.
Another thing is that, I was trying to use the vimrc
file of this user but was unable to setup plugins for windows.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在你的 _vimrc 中将隐藏将来撕下的菜单项。
关于教程(Windows 上的 Vim/GVim),不,它们通常不会分为 Unix/Linux 上的 Vim 和 Windows 上的 Vim,Vim 在所有方面都非常相似那些。有些东西有所不同(例如,vimrc 文件的名称在 Windows 上通常为 _vimrc,而在 *nix 框中为 .vimrc),但用户通常会很快选择这些文件并忘记它们。
关于 vimrc 文件和该链接上找到的插件,您的目录结构是什么?你把vim运行时文件放在哪里了,这些配置文件相对于vim的位置又放在哪里了?您能说出您遇到了哪些错误(问题)吗?
in your _vimrc will hide the tear off menu items in the future.
Regarding the tutorials (Vim/GVim on Windows), no, they aren't usually divided between Vim on Unix/Linux and Vim on Windows, Vim being rather similar on all of those. Some things differ (for example, the name of your vimrc file which is customary _vimrc on Windows, and .vimrc on the *nix boxes), but users usually pick those quickly and forget about them.
Regarding the vimrc file and the plugins found on that link, what is your directory structure? Where did you put vim runtime files and where did you put these configuration files in regards to vim's position? Could you tell what errors (problems) did you encounter?