【问题标题】:what is insert select mode in Vim什么是 Vim 中的插入选择模式
【发布时间】:2023-02-02 20:43:50
【问题描述】:

我从某人那里得到它,但我无法理解。

虽然在reddit: wtf_is_insert_select_mode 找到了,但我还是不知道。

谁能解释一下并给我举个例子?

【问题讨论】:

    标签: vim mode


    【解决方案1】:

    :help vim-modes 你真的想要更多吗?

    Insert Select mode  Entered when starting Select mode from Insert mode.
                        E.g., by dragging the mouse or <S-Right>.
                        When the Select mode ends, Vim returns to Insert mode.
                        If the 'showmode' option is on "-- (insert) SELECT --"
                        is shown at the bottom of the window.
    

    【讨论】:

    • THX,但是针对 Insert Visual mode 申请此模式的情况是什么?
    猜你喜欢
    • 1970-01-01
    • 2012-09-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-10-08
    • 2013-08-21
    • 2011-03-21
    • 1970-01-01
    相关资源
    最近更新 更多