我在谷歌上搜索并阅读了几个答案,但我无法将 vim 的菜单/ui 语言更改为英语。
我我.vimrc
我有
set langmenu=en_US.UTF-8
language messages en_US.UTF-8
Run Code Online (Sandbox Code Playgroud)
但它不起作用,vim 使用我系统的默认语言。
我试过
设置 langmenu=none
但它是一样的。
区域设置en_US.UTF-8
已安装。
我在 ubuntu 上使用 vim 7.4。
谢谢您的帮助。
PanelTabs 插件的帮助是俄语的,我不知道如何在选项卡之间切换。
如果使用此插件的人可以帮助我。也许我必须将每个选项卡分配给文件夹快捷方式?
我有一个包含很多 .7z 文件的目录,我需要将每个文件重新打包为 zip 存档,如何在 linux 上自动执行此操作?
我以这种方式通过 ssh 执行脚本:
ssh user@host 'bash -s' < ./script.sh
Run Code Online (Sandbox Code Playgroud)
问题是,有时,我得到的输出不正确,行是混合的。
在我的情况下,脚本执行不是很新,正常输出是这样的:
...
Note: Ignoring non-mail file: foobar
Note: Ignoring non-mail file: foobar
Note: Ignoring non-mail file: foobar
Processed 93 total files in almost no time.
No new mail.
Run Code Online (Sandbox Code Playgroud)
但有时输出是这样的:
...
Note: Ignoring non-mail file: foobar
Note: Ignoring non-mail file: foobar
Processed 93 total files in almost no time.
No new mail.
Note: Ignoring non-mail file: foobar
Note: Ignoring non-mail file: foobar
Run Code Online (Sandbox Code Playgroud)
并且可以肯定这不是来自 的真正输出notmuch new
,该命令以 结尾,No new mail …
linux ×2
7-zip ×1
bash ×1
far-manager ×1
gvim ×1
shell-script ×1
ssh ×1
vim ×1
vimrc ×1
zip ×1