gVim和gVim有什么区别?

Zac*_*ulf 19 vim

问题是自我解释,但我没有找到一个资源来解释一小时搜索后的差异.在两者中略微戳了一下后,看起来gVim和gVim很容易相同.

Tim*_*Tim 24

Gvim easy启动并锁定在插入模式中(您键入的每个字符都像简单的记事本一样打印).

标准gvim在正常模式下启动,您必须像所有其他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}
Run Code Online (Sandbox Code Playgroud)