Skip to content

Doesn't work with i_CTRL-O #44

@mmikeww

Description

@mmikeww

When in insert mode, if you press CTRL+o then vim allows you to execute one normal mode command. Pressing p causes yankstack to append the text of an echo command.

Buffer:

hello world

In normal mode, press ^ , yw , o , <C-o>, p

Result buffer:

hello world
hello :echo ""

Expected:

hello world
hello

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions