本文介绍了gVim 和 gVim easy 有什么区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这个问题是不言自明的,但我还没有找到一个资源来解释经过一个小时的搜索后有什么区别.在两者中稍微翻了一下之后,似乎 gVim 和 gVim easy 是相同的.
The question is self explanatory, but I haven't found a single resource that explains what the difference is after an hour of searching. After poking around a little bit in both, it appears that gVim and gVim easy are identical.
推荐答案
Gvim easy 启动并锁定在插入模式(您输入的每个字符都像简单的记事本一样打印).
Gvim easy is started and locked in insert-mode (every character you type is printed like a simple notepad).
标准 gvim 以正常模式启动,您必须像所有其他 vim 一样在正常/插入之间切换.
Standard gvim starts in normal mode and you have to toggle between normal/insert like all other vim.
来自帮助:
Easy mode. Implied for |evim| and |eview|. Starts with
'insertmode' set and behaves like a click-and-type editor.
This sources the script $VIMRUNTIME/evim.vim. Mappings are
set up to work like most click-and-type editors, see
|evim-keys|. The GUI is started when available.
{not in Vi}
这篇关于gVim 和 gVim easy 有什么区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!