Vim 在 Windows xp 上隐藏撕纸菜单

发布于 2025-01-03 03:52:51 字数 513 浏览 5 评论 0原文

我的问题是我试图在 Window XP(Sp3) 上隐藏 VIMtear-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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

原谅过去的我 2025-01-10 03:52:51
set guioptions-=t

在你的 _vimrc 中将隐藏将来撕下的菜单项。

关于教程(Windows 上的 Vim/GVim),不,它们通常不会分为 Unix/Linux 上的 VimWindows 上的 Vim,Vim 在所有方面都非常相似那些。有些东西有所不同(例如,vimrc 文件的名称在 Windows 上通常为 _vimrc,而在 *nix 框中为 .vimrc),但用户通常会很快选择这些文件并忘记它们。

关于 vimrc 文件和该链接上找到的插件,您的目录结构是什么?你把vim运行时文件放在哪里了,这些配置文件相对于vim的位置又放在哪里了?您能说出您遇到了哪些错误(问题)吗?

set guioptions-=t

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文