Skip to content

put-before doesn't adjust cursor and in visual mode does replace #1158

@apatern0

Description

@apatern0

Using atom 1.33.0 (can't upgrade), atom-vim-mode-plus 1.36.7, on Centos 7 (CentOS Linux release 7.9.2009 (Core))

What:

  1. 'P' should past clipboard contents before the cursor, without changing its position
  2. In visual mode, should past clipboard contents before every cursor

What is observed:

  1. Works as expected, but cursor position is shifted to the end of the pasted content
  2. In visual mode, 'P' replaces the selection on every row with the clipboard contents (instead of pasting before first character in selection in every row)
debug info
{
  "atom": "1.33.0",
  "platform": "linux",
  "release": "3.10.0-1160.49.1.el7.x86_64",
  "vmpVersion": "1.36.7",
  "vmpConfig": {}
}

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